Searched refs:matchWithoutFilter (Results 1 – 1 of 1) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1023 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter() function in clang::ast_matchers::internal::__anonbe2d60470111::MatchASTVisitor 1093 matchWithoutFilter(QualType(Node, 0), Matchers->Type); in matchDispatch() 1096 matchWithoutFilter(*Node, Matchers->TypeLoc); in matchDispatch() 1099 matchWithoutFilter(*Node, Matchers->Type); in matchDispatch() 1102 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch() 1105 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch() 1108 matchWithoutFilter(*Node, Matchers->CtorInit); in matchDispatch() 1111 matchWithoutFilter(*Node, Matchers->TemplateArgumentLoc); in matchDispatch() 1114 matchWithoutFilter(*Node, Matchers->Attr); in matchDispatch()
|