Searched refs:MatcherDecl (Results 1 – 4 of 4) sorted by relevance
39 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion()41 : TypedText(TypedText), MatcherDecl(MatcherDecl), in MatcherCompletion()48 std::string MatcherDecl; member58 return TypedText == Other.TypedText && MatcherDecl == Other.MatcherDecl;
285 Comps[0].MatcherDecl); in TEST()290 EXPECT_EQ("bind", Comps[0].MatcherDecl); in TEST()301 EXPECT_EQ("String nameX", Comps[0].MatcherDecl); in TEST()313 EXPECT_EQ("Matcher<FunctionDecl> hasParamA", Comps[0].MatcherDecl); in TEST()318 Comps[1].MatcherDecl); in TEST()322 Comps[2].MatcherDecl); in TEST()
116 StringRef MatcherDecl = StringRef()) { in hasCompletion() argument120 (MatcherDecl.empty() || I->MatcherDecl == MatcherDecl)) { in hasCompletion()
444 Completion.MatcherDecl, Completion.Specificity); in addCompletion()