Home
last modified time | relevance | path

Searched refs:MatcherCompletion (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h131 virtual std::vector<MatcherCompletion>
162 std::vector<MatcherCompletion>
230 static std::vector<MatcherCompletion>
233 static std::vector<MatcherCompletion>
237 static std::vector<MatcherCompletion>
262 const MatcherCompletion &Completion);
265 std::vector<MatcherCompletion>
276 std::vector<MatcherCompletion> Completions;
H A DRegistry.h57 struct MatcherCompletion { struct
58 MatcherCompletion() = default;
59 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion() function
64 bool operator==(const MatcherCompletion &Other) const {
120 static std::vector<MatcherCompletion>
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp695 std::vector<MatcherCompletion>
697 std::vector<MatcherCompletion> Completions; in getMatcherCompletions()