Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp2230 SmallVector<Result, 8> AllResults; in ProcessCodeCompleteResults() local
2244 AllResults.insert(AllResults.end(), Results, Results + NumResults); in ProcessCodeCompleteResults()
2293 AllResults.push_back(Result(Completion, Priority, C->Kind, in ProcessCodeCompleteResults()
2304 Next.ProcessCodeCompleteResults(S, Context, AllResults.data(), in ProcessCodeCompleteResults()
2305 AllResults.size()); in ProcessCodeCompleteResults()