Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1085 void matchDispatch(const Decl *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1088 void matchDispatch(const Stmt *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1092 void matchDispatch(const Type *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1095 void matchDispatch(const TypeLoc *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1098 void matchDispatch(const QualType *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1101 void matchDispatch(const NestedNameSpecifier *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1104 void matchDispatch(const NestedNameSpecifierLoc *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1107 void matchDispatch(const CXXCtorInitializer *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1110 void matchDispatch(const TemplateArgumentLoc *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1113 void matchDispatch(const Attr *Node) { matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
1116 void matchDispatch(const void *) { /* Do nothing. */ } matchDispatch() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
[all...]