Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports225 clang_getNumCompletionChunks
DCIndexCodeCompletion.cpp189 unsigned clang_getNumCompletionChunks(CXCompletionString completion_string) { in clang_getNumCompletionChunks() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports257 clang_getNumCompletionChunks
DCIndexCodeCompletion.cpp187 unsigned clang_getNumCompletionChunks(CXCompletionString completion_string) { in clang_getNumCompletionChunks() function
/external/clang/include/clang-c/
DIndex.h4701 clang_getNumCompletionChunks(CXCompletionString completion_string);
/external/llvm-project/clang/include/clang-c/
DIndex.h5364 clang_getNumCompletionChunks(CXCompletionString completion_string);
/external/rust/crates/clang-sys/src/
Dlib.rs2081 pub fn clang_getNumCompletionChunks(string: CXCompletionString) -> c_uint;
/external/clang/bindings/python/clang/
Dcindex.py2166 return conf.lib.clang_getNumCompletionChunks(self.obj)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2593 return conf.lib.clang_getNumCompletionChunks(self.obj)
/external/clang/tools/c-index-test/
Dc-index-test.c1974 N = clang_getNumCompletionChunks(completion_string); in print_completion_string()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2433 N = clang_getNumCompletionChunks(completion_string); in print_completion_string()