Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports257 clang_getNumCompletionChunks
H A DCIndexCodeCompletion.cpp187 unsigned clang_getNumCompletionChunks(CXCompletionString completion_string) { in clang_getNumCompletionChunks() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5384 clang_getNumCompletionChunks(CXCompletionString completion_string);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2593 return conf.lib.clang_getNumCompletionChunks(self.obj)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2450 N = clang_getNumCompletionChunks(completion_string); in print_completion_string()