Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp521 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter() function in clang::ast_matchers::internal::__anon018ced360111::MatchASTVisitor
582 matchWithoutFilter(QualType(Node, 0), Matchers->Type); in matchDispatch()
585 matchWithoutFilter(*Node, Matchers->TypeLoc); in matchDispatch()
588 matchWithoutFilter(*Node, Matchers->Type); in matchDispatch()
591 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch()
594 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch()