Home
last modified time | relevance | path

Searched defs:Matcher (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp53 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher, in canConstructFrom()
82 SinglePayload(const DynTypedMatcher &Matcher) : Matcher(Matcher) {} in SinglePayload()
108 const DynTypedMatcher Matcher; member in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
162 for (const DynTypedMatcher &Matcher : Matchers) { in isConvertibleTo() local
204 for (const VariantMatcher &Matcher : Args) { in isConvertibleTo() local
218 VariantMatcher VariantMatcher::SingleMatcher(const DynTypedMatcher &Matcher) { in SingleMatcher()
256 VariantValue::VariantValue(const VariantMatcher &Matcher) : Type(VT_Nothing) { in VariantValue()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp846 DeclarationMatcher Matcher = enumConstantDecl(hasName("A")); in TEST() local
895 TEST(Matcher, BindMatchedNodes) { in TEST() argument
919 TEST(Matcher, BindTheSameNameInAlternatives) { in TEST() argument
936 TEST(Matcher, BindsIDForMemoizedResults) { in TEST() argument
1023 TEST(Matcher, Call) { in TEST() argument
1070 TEST(Matcher, Lambda) { in TEST() argument
1075 TEST(Matcher, ForRange) { in TEST() argument
1083 TEST(Matcher, SubstNonTypeTemplateParm) { in TEST() argument
1094 TEST(Matcher, UserDefinedLiteral) { in TEST() argument
1102 TEST(Matcher, FlowControl) { in TEST() argument
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h245 template <typename> class Matcher; variable
396 explicit Matcher(MatcherInterface<T> *Implementation) in Matcher() function
481 explicit Matcher(const DynTypedMatcher &Implementation) in Matcher() function
515 bool matchesFirstInRange(const MatcherT &Matcher, IteratorT Start, in matchesFirstInRange()
531 bool matchesFirstInPointerRange(const MatcherT &Matcher, IteratorT Start, in matchesFirstInPointerRange()
784 const DynTypedMatcher &Matcher, in matchesChildOf()
801 const DynTypedMatcher &Matcher, in matchesDescendantOf()
818 const DynTypedMatcher &Matcher, in matchesAncestorOf()
H A DASTMatchFinder.h275 match(MatcherT Matcher, const ast_type_traits::DynTypedNode &Node, in match()
286 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
H A DASTMatchers.h1910 internal::Matcher<T> findAll(const internal::Matcher<T> &Matcher) { in findAll()
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp87 MatchChildASTVisitor(const DynTypedMatcher *Matcher, in MatchChildASTVisitor()
283 const DynTypedMatcher *const Matcher; member in clang::ast_matchers::internal::__anon0cad00880111::MatchChildASTVisitor
380 const DynTypedMatcher &Matcher, in memoizedMatchesRecursively()
414 const DynTypedMatcher &Matcher, in matchesRecursively()
428 const DynTypedMatcher &Matcher, in matchesChildOf()
439 const DynTypedMatcher &Matcher, in matchesDescendantOf()
449 const DynTypedMatcher &Matcher, in matchesAncestorOf()
619 const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, in memoizedMatchesAncestorOfRecursively()
713 const Matcher<NamedDecl> Matcher, in typeHasMatchingAlias()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp127 TEST(VariantValueTest, Matcher) { in TEST() argument
H A DParserTest.cpp46 const ExpectedMatchersTy::value_type *Matcher = in lookupMatcherCtor() local
56 const ExpectedMatchersTy::value_type *Matcher = in actOnMatcherExpression() local
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h315 VariantMatcher *Matcher; member
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp454 const EmitRegisterMatcher *Matcher = cast<EmitRegisterMatcher>(N); in EmitMatcher() local
H A DDAGISelMatcher.h22 class Matcher; variable
92 Matcher(KindTy K) : Kind(K) {} in Matcher() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h371 MatchComparator Matcher; in compareExprs() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2834 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, AddressAccessTy, in IsProfitableToFoldIntoAddressingMode() local