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

/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1023 void matchWithoutFilter(const T &Node, const MC &Matchers) { function in class:clang::ast_matchers::internal::__anon318::MatchASTVisitor
1093 matchWithoutFilter(QualType(Node, 0), Matchers->Type);
1096 matchWithoutFilter(*Node, Matchers->TypeLoc);
1099 matchWithoutFilter(*Node, Matchers->Type);
1102 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier);
1105 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc);
1108 matchWithoutFilter(*Node, Matchers->CtorInit);
1111 matchWithoutFilter(*Node, Matchers->TemplateArgumentLoc);
1114 matchWithoutFilter(*Node, Matchers->Attr);

Completed in 109 milliseconds