Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp51 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()
58 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()
64 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()
66 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<Expr>()); in TEST()
151 .getMatcher() in TEST()
155 .getMatcher() in TEST()
160 .getMatcher() in TEST()
164 .getMatcher() in TEST()
171 .getMatcher() in TEST()
178 .getMatcher() in TEST()
[all …]
H A DParserTest.cpp151 Value.getMatcher().getSingleMatcher(); in getSingleMatcher()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.h62 FPMatcher<T, C> getMatcher(T expectedValue) { in getMatcher() function
82 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
88 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_EQ>( \
94 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_NE>( \
100 __llvm_libc::fputil::testing::getMatcher<__llvm_libc::testing::Cond_NE>( \
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp304 setMatcher(Other.getMatcher()); in operator =()
411 const VariantMatcher &VariantValue::getMatcher() const { in getMatcher() function in clang::ast_matchers::dynamic::VariantValue
451 return getMatcher().isConvertibleTo(Kind.getNodeKind(), Specificity); in isConvertibleTo()
456 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()
479 case VT_Matcher: return getMatcher().getTypeAsString(); in getTypeAsString()
H A DMarshallers.h88 return Value.getMatcher().hasTypedMatcher<T>();
92 return Value.getMatcher().getTypedMatcher<T>();
902 InnerArgs.push_back(Value.getMatcher());
953 const VariantMatcher &VM = Arg.Value.getMatcher();
H A DParser.cpp399 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()
919 Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/
H A DQueryParserTest.cpp153 EXPECT_TRUE(cast<LetQuery>(Q)->Value.getMatcher().hasTypedMatcher<Decl>()); in TEST_F()
159 EXPECT_TRUE(cast<LetQuery>(Q)->Value.getMatcher().hasTypedMatcher<Decl>()); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h303 const VariantMatcher &getMatcher() const;