Searched refs:getMatcher (Results 1 – 8 of 8) sorted by relevance
51 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 …]
151 Value.getMatcher().getSingleMatcher(); in getSingleMatcher()
62 FPMatcher<T, C> getMatcher(T expectedValue) { in getMatcher() function82 __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>( \
304 setMatcher(Other.getMatcher()); in operator =()411 const VariantMatcher &VariantValue::getMatcher() const { in getMatcher() function in clang::ast_matchers::dynamic::VariantValue451 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()
88 return Value.getMatcher().hasTypedMatcher<T>();92 return Value.getMatcher().getTypedMatcher<T>();902 InnerArgs.push_back(Value.getMatcher());953 const VariantMatcher &VM = Arg.Value.getMatcher();
399 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()919 Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
153 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()
303 const VariantMatcher &getMatcher() const;