Home
last modified time | relevance | path

Searched refs:AllResults (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp2239 SmallVector<Result, 8> AllResults; in ProcessCodeCompleteResults() local
2253 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()