Home
last modified time | relevance | path

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

/freebsd-14.2/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() argument
64 bool operator==(const MatcherCompletion &Other) const {
120 static std::vector<MatcherCompletion>
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp328 std::vector<MatcherCompletion>
565 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherBuilder()
566 addCompletion(ChainCallToken, MatcherCompletion("with(", "with", 1)); in parseMatcherBuilder()
691 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherExpressionImpl()
737 const MatcherCompletion& Completion) { in addCompletion()
745 std::vector<MatcherCompletion> Parser::getNamedValueCompletions( in getNamedValueCompletions()
747 if (!NamedValues) return std::vector<MatcherCompletion>(); in getNamedValueCompletions()
748 std::vector<MatcherCompletion> Result; in getNamedValueCompletions()
850 std::vector<MatcherCompletion> Parser::RegistrySema::getMatcherCompletions( in getMatcherCompletions()
885 std::vector<MatcherCompletion>
[all …]
H A DRegistry.cpp694 std::vector<MatcherCompletion>
696 std::vector<MatcherCompletion> Completions; in getMatcherCompletions()