Searched refs:matchWithoutFilter (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1012 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter() function in clang::ast_matchers::internal::__anonab4d286c0111::MatchASTVisitor 1082 matchWithoutFilter(QualType(Node, 0), Matchers->Type); in matchDispatch() 1085 matchWithoutFilter(*Node, Matchers->TypeLoc); in matchDispatch() 1088 matchWithoutFilter(*Node, Matchers->Type); in matchDispatch() 1091 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch() 1094 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch() 1097 matchWithoutFilter(*Node, Matchers->CtorInit); in matchDispatch() 1100 matchWithoutFilter(*Node, Matchers->TemplateArgumentLoc); in matchDispatch() 1103 matchWithoutFilter(*Node, Matchers->Attr); in matchDispatch()
|