Searched refs:completion_index (Results 1 – 2 of 2) sorted by relevance
313 unsigned completion_index) { in clang_getCompletionNumFixIts() argument316 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()323 unsigned completion_index, in clang_getCompletionFixIt() argument328 if (!allocated_results || allocated_results->FixItsVector.size() <= completion_index) { in clang_getCompletionFixIt()334 ArrayRef<FixItHint> FixIts = allocated_results->FixItsVector[completion_index]; in clang_getCompletionFixIt()
5511 unsigned completion_index);5557 CXCodeCompleteResults *results, unsigned completion_index,