Home
last modified time | relevance | path

Searched defs:MatcherCompletion (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h37 struct MatcherCompletion { struct
38 MatcherCompletion() {} in MatcherCompletion() function
39 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion() function
57 bool operator==(const MatcherCompletion &Other) const { argument
/external/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h40 struct MatcherCompletion { struct
42 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion() function
52 std::string TypedText;
55 std::string MatcherDecl;
62 unsigned Specificity;