Searched refs:MatcherDecl (Results 1 – 1 of 1) sorted by relevance
59 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion()61 : TypedText(TypedText), MatcherDecl(MatcherDecl), in MatcherCompletion()65 return TypedText == Other.TypedText && MatcherDecl == Other.MatcherDecl;72 std::string MatcherDecl; member