Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1025 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
1095 matchWithoutFilter(QualType(Node, 0), Matchers->Type); in matchDispatch()
1098 matchWithoutFilter(*Node, Matchers->TypeLoc); in matchDispatch()
1101 matchWithoutFilter(*Node, Matchers->Type); in matchDispatch()
1104 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch()
1107 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch()
1110 matchWithoutFilter(*Node, Matchers->CtorInit); in matchDispatch()
1113 matchWithoutFilter(*Node, Matchers->TemplateArgumentLoc); in matchDispatch()
1116 matchWithoutFilter(*Node, Matchers->Attr); in matchDispatch()