Home
last modified time | relevance | path

Searched refs:matchDispatch (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/ASTMatchers/ !
H A DASTMatchFinder.cpp730 matchDispatch(&Node); in match()
1085 void matchDispatch(const Decl *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1088 void matchDispatch(const Stmt *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1092 void matchDispatch(const Type *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1095 void matchDispatch(const TypeLoc *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1098 void matchDispatch(const QualType *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1101 void matchDispatch(const NestedNameSpecifier *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1104 void matchDispatch(const NestedNameSpecifierLoc *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1107 void matchDispatch(const CXXCtorInitializer *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1110 void matchDispatch(const TemplateArgumentLoc *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
[all …]