Searched refs:allocated_results (Results 1 – 1 of 1) sorted by relevance
314 AllocatedCXCodeCompleteResults *allocated_results = (AllocatedCXCodeCompleteResults *)results; in clang_getCompletionNumFixIts() local316 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() local328 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()