Searched defs:Matchers (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h217 MatchersByType Matchers; member in class:clang::ast_matchers::MatchFinder
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp175 const std::vector<DynTypedMatcher> Matchers; member in class:clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
223 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) argument
[all...]
H A DMarshallers.h403 std::vector<DynTypedMatcher> Matchers; local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp495 DagInit *Matchers = TheDef.getValueAsDag("Match"); local
[all...]
H A DGlobalISelEmitter.cpp678 std::vector<Matcher *> Matchers; member in class:__anon4938::final
750 std::vector<Matcher *> Matchers; member in class:__anon4938::SwitchMatcher
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp365 MatchASTVisitor(const MatchFinder::MatchersByType *Matchers, argument
606 void matchWithoutFilter(const T &Node, const MC &Matchers) { argument
631 auto &Matchers = this->Matchers local
646 auto &Matchers = this->Matchers->DeclOrStmt; local
863 const MatchFinder::MatchersByType *Matchers; member in class:clang::ast_matchers::internal::__anon1620::MatchASTVisitor
[all...]

Completed in 235 milliseconds