Searched refs:AllResults (Results 1 – 1 of 1) sorted by relevance
2239 SmallVector<Result, 8> AllResults; in ProcessCodeCompleteResults() local2253 AllResults.insert(AllResults.end(), Results, Results + NumResults); in ProcessCodeCompleteResults()2302 AllResults.push_back(Result(Completion, Priority, C->Kind, in ProcessCodeCompleteResults()2313 Next.ProcessCodeCompleteResults(S, Context, AllResults.data(), in ProcessCodeCompleteResults()2314 AllResults.size()); in ProcessCodeCompleteResults()