Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp541 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter() function in clang::ast_matchers::internal::__anon99630ca40111::MatchASTVisitor
602 matchWithoutFilter(QualType(Node, 0), Matchers->Type); in matchDispatch()
605 matchWithoutFilter(*Node, Matchers->TypeLoc); in matchDispatch()
608 matchWithoutFilter(*Node, Matchers->Type); in matchDispatch()
611 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch()
614 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch()
617 matchWithoutFilter(*Node, Matchers->CtorInit); in matchDispatch()