/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 53 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 D | ASTMatchersTest.cpp | 846 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 D | ASTMatchersInternal.h | 245 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 D | ASTMatchFinder.h | 275 match(MatcherT Matcher, const ast_type_traits::DynTypedNode &Node, in match() 286 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
|
H A D | ASTMatchers.h | 1910 internal::Matcher<T> findAll(const internal::Matcher<T> &Matcher) { in findAll()
|
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 87 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 D | VariantValueTest.cpp | 127 TEST(VariantValueTest, Matcher) { in TEST() argument
|
H A D | ParserTest.cpp | 46 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 D | VariantValue.h | 315 VariantMatcher *Matcher; member
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 454 const EmitRegisterMatcher *Matcher = cast<EmitRegisterMatcher>(N); in EmitMatcher() local
|
H A D | DAGISelMatcher.h | 22 class Matcher; variable 92 Matcher(KindTy K) : Kind(K) {} in Matcher() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 371 MatchComparator Matcher; in compareExprs() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2834 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, AddressAccessTy, in IsProfitableToFoldIntoAddressingMode() local
|