Searched refs:MatcherCompletion (Results 1 – 6 of 6) sorted by relevance
118 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;
37 struct MatcherCompletion { struct38 MatcherCompletion() {} in MatcherCompletion() function39 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion() function57 bool operator==(const MatcherCompletion &Other) const { argument90 static std::vector<MatcherCompletion>
267 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()
449 std::vector<MatcherCompletion>451 std::vector<MatcherCompletion> Completions; in getMatcherCompletions()
280 std::vector<MatcherCompletion> Comps = in TEST()297 std::vector<MatcherCompletion> Comps = in TEST()
82 typedef std::vector<MatcherCompletion> CompVector;