Searched refs:ResultCandidate (Results 1 – 1 of 1) sorted by relevance
3889 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; in CodeCompleteCall() typedef3890 SmallVector<ResultCandidate, 8> Results; in CodeCompleteCall()3901 Results.push_back(ResultCandidate(FDecl)); in CodeCompleteCall()3921 Results.push_back(ResultCandidate(Cand->Function)); in CodeCompleteCall()