D | Registry.h | 39 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion() 41 : TypedText(TypedText), MatcherDecl(MatcherDecl), in MatcherCompletion() 45 std::string TypedText; member 58 return TypedText == Other.TypedText && MatcherDecl == Other.MatcherDecl;
|