Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp313 unsigned completion_index) { in clang_getCompletionNumFixIts() argument
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()
323 unsigned completion_index, in clang_getCompletionFixIt() argument
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()
/external/llvm-project/clang/include/clang-c/
DIndex.h5491 unsigned completion_index);
5537 CXCodeCompleteResults *results, unsigned completion_index,
/external/rust/crates/clang-sys/src/
Dlib.rs1994 …pub fn clang_getCompletionFixIt(results: *mut CXCodeCompleteResults, completion_index: c_uint, fix…
1998 …pub fn clang_getCompletionNumFixIts(results: *mut CXCodeCompleteResults, completion_index: c_uint)…