Home
last modified time | relevance | path

Searched defs:Matchers (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp299 MatchASTVisitor(const MatchFinder::MatchersByType *Matchers, in MatchASTVisitor()
527 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter()
552 auto &Matchers = this->Matchers->DeclOrStmt; in matchWithFilter() local
568 auto &Matchers = this->Matchers->DeclOrStmt; in getFilterForKind() local
732 const MatchFinder::MatchersByType *Matchers; member in clang::ast_matchers::internal::__anonee074a4e0111::MatchASTVisitor
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDVariantValue.cpp174 const std::vector<DynTypedMatcher> Matchers; member in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
223 VariantMatcher::PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) { in PolymorphicMatcher()