Lines Matching refs:MatcherCompletion
330 std::vector<MatcherCompletion>
374 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseIdentifierPrefixImpl()
567 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherBuilder()
568 addCompletion(ChainCallToken, MatcherCompletion("with(", "with", 1)); in parseMatcherBuilder()
693 addCompletion(ChainCallToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherExpressionImpl()
739 const MatcherCompletion& Completion) { in addCompletion()
747 std::vector<MatcherCompletion> Parser::getNamedValueCompletions( in getNamedValueCompletions()
749 if (!NamedValues) return std::vector<MatcherCompletion>(); in getNamedValueCompletions()
750 std::vector<MatcherCompletion> Result; in getNamedValueCompletions()
852 std::vector<MatcherCompletion> Parser::RegistrySema::getMatcherCompletions( in getMatcherCompletions()
887 std::vector<MatcherCompletion>
898 [](const MatcherCompletion &A, const MatcherCompletion &B) { in completeExpression()