Searched refs:AllResults (Results 1 – 1 of 1) sorted by relevance
2287 SmallVector<Result, 8> AllResults; in ProcessCodeCompleteResults() local2301 AllResults.insert(AllResults.end(), Results, Results + NumResults); in ProcessCodeCompleteResults()2350 AllResults.push_back(Result(Completion, Priority, C->Kind, in ProcessCodeCompleteResults()2361 Next.ProcessCodeCompleteResults(S, Context, AllResults.data(), in ProcessCodeCompleteResults()2362 AllResults.size()); in ProcessCodeCompleteResults()