Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/Dynamic/
DParser.h118 virtual std::vector<MatcherCompletion>
140 std::vector<MatcherCompletion>
210 static std::vector<MatcherCompletion>
213 static std::vector<MatcherCompletion>
217 static std::vector<MatcherCompletion>
237 const MatcherCompletion &Completion);
240 std::vector<MatcherCompletion>
250 std::vector<MatcherCompletion> Completions;
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
90 static std::vector<MatcherCompletion>
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp267 std::vector<MatcherCompletion>
269 return std::vector<MatcherCompletion>(); in getMatcherCompletions()
391 addCompletion(BindToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherExpressionImpl()
440 const MatcherCompletion& Completion) { in addCompletion()
448 std::vector<MatcherCompletion> Parser::getNamedValueCompletions( in getNamedValueCompletions()
450 if (!NamedValues) return std::vector<MatcherCompletion>(); in getNamedValueCompletions()
451 std::vector<MatcherCompletion> Result; in getNamedValueCompletions()
552 std::vector<MatcherCompletion> Parser::RegistrySema::getMatcherCompletions( in getMatcherCompletions()
571 std::vector<MatcherCompletion>
582 [](const MatcherCompletion &A, const MatcherCompletion &B) { in completeExpression()
DRegistry.cpp449 std::vector<MatcherCompletion>
451 std::vector<MatcherCompletion> Completions; in getMatcherCompletions()
/external/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp280 std::vector<MatcherCompletion> Comps = in TEST()
297 std::vector<MatcherCompletion> Comps = in TEST()
DRegistryTest.cpp82 typedef std::vector<MatcherCompletion> CompVector;