Searched refs:getMatcher (Results 1 – 14 of 14) sorted by relevance
55 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()56 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<UnaryOperator>()); in TEST()62 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()63 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<UnaryOperator>()); in TEST()68 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()69 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Stmt>()); in TEST()70 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<Expr>()); in TEST()71 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<IntegerLiteral>()); in TEST()72 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<GotoStmt>()); in TEST()90 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<Decl>()); in TEST()[all …]
113 Value.getMatcher().getSingleMatcher(); in getSingleMatcher()
99 return getMatcher(value) != null; in matches()103 Matcher matcher = getMatcher(value); in replace()113 private Matcher getMatcher(String value) { in getMatcher() method in Wildcard
184 setMatcher(Other.getMatcher()); in operator =()243 const VariantMatcher &VariantValue::getMatcher() const { in getMatcher() function in clang::ast_matchers::dynamic::VariantValue257 case VT_Matcher: return getMatcher().getTypeAsString(); in getTypeAsString()
99 return Value.isMatcher() && Value.getMatcher().hasTypedMatcher<T>();102 return Value.getMatcher().getTypedMatcher<T>();610 InnerArgs.push_back(Value.getMatcher());
566 Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
87 if (that.getMatcher() != null) in match()88 return that.getMatcher().match(this.encode()); in match()
240 && ((GenericObject) hisObj).getMatcher() in match()245 ((GenericObject) hisObj).getMatcher().match( in match()
250 && ((GenericObject) hisObj).getMatcher() in match()255 ((GenericObject) hisObj).getMatcher().match( in match()
38 public ArgumentsMatcher getMatcher(Method method) { in getMatcher() method in LegacyMatcherProvider
64 .getMatcher(expected.getMethod())); in addExpected()
26 @Before public void getMatcher() { in getMatcher() method in UriMatcherTest
228 const VariantMatcher &getMatcher() const;
121 public Match getMatcher() { in getMatcher() method in GenericObject