Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp314 AllocatedCXCodeCompleteResults *allocated_results = (AllocatedCXCodeCompleteResults *)results; in clang_getCompletionNumFixIts() local
316 if (!allocated_results || allocated_results->FixItsVector.size() <= completion_index) in clang_getCompletionNumFixIts()
319 return static_cast<unsigned>(allocated_results->FixItsVector[completion_index].size()); in clang_getCompletionNumFixIts()
326 AllocatedCXCodeCompleteResults *allocated_results = (AllocatedCXCodeCompleteResults *)results; in clang_getCompletionFixIt() local
328 if (!allocated_results || allocated_results->FixItsVector.size() <= completion_index) { in clang_getCompletionFixIt()
334 ArrayRef<FixItHint> FixIts = allocated_results->FixItsVector[completion_index]; in clang_getCompletionFixIt()
344 *allocated_results->SourceMgr, allocated_results->LangOpts, in clang_getCompletionFixIt()