Lines Matching refs:MatcherCompletion
328 std::vector<MatcherCompletion>
372 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseIdentifierPrefixImpl()
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>
896 [](const MatcherCompletion &A, const MatcherCompletion &B) { in completeExpression()