Searched refs:completion_index (Results 1 – 3 of 3) 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()
5491 unsigned completion_index);5537 CXCodeCompleteResults *results, unsigned completion_index,
1994 …pub fn clang_getCompletionFixIt(results: *mut CXCodeCompleteResults, completion_index: c_uint, fix…1998 …pub fn clang_getCompletionNumFixIts(results: *mut CXCodeCompleteResults, completion_index: c_uint)…