'How VisitNamedDecl and VisitCXXRecordDecl are called by RecursiveASTVisitor?

In RecursiveASTVisitors doc, there is are no virtual methods of name VisitNamedDecl, VisitCXXRecordDecl ..etc. So how they are called automatically called ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source