Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp732 matchDispatch(&Node); in match()
1087 void matchDispatch(const Decl *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1090 void matchDispatch(const Stmt *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1094 void matchDispatch(const Type *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1097 void matchDispatch(const TypeLoc *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1100 void matchDispatch(const QualType *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1103 void matchDispatch(const NestedNameSpecifier *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1106 void matchDispatch(const NestedNameSpecifierLoc *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1109 void matchDispatch(const CXXCtorInitializer *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1112 void matchDispatch(const TemplateArgumentLoc *Node) { in matchDispatch() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
[all …]