Home
last modified time | relevance | path

Searched refs:MatcherCompletion (Results 1 – 4 of 4) 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 DParser.cpp327 std::vector<MatcherCompletion>
371 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseIdentifierPrefixImpl()
564 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherBuilder()
565 addCompletion(ChainCallToken, MatcherCompletion("with(", "with", 1)); in parseMatcherBuilder()
690 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherExpressionImpl()
736 const MatcherCompletion& Completion) { in addCompletion()
744 std::vector<MatcherCompletion> Parser::getNamedValueCompletions( in getNamedValueCompletions()
746 if (!NamedValues) return std::vector<MatcherCompletion>(); in getNamedValueCompletions()
747 std::vector<MatcherCompletion> Result; in getNamedValueCompletions()
849 std::vector<MatcherCompletion> Parser::RegistrySema::getMatcherCompletions( in getMatcherCompletions()
[all …]
H A DRegistry.cpp698 std::vector<MatcherCompletion>
700 std::vector<MatcherCompletion> Completions; in getMatcherCompletions()