Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports214 clang_getNumCompletionChunks
DCIndexCodeCompletion.cpp189 unsigned clang_getNumCompletionChunks(CXCompletionString completion_string) { in clang_getNumCompletionChunks() function
/external/clang/include/clang-c/
DIndex.h4493 clang_getNumCompletionChunks(CXCompletionString completion_string);
/external/clang/bindings/python/clang/
Dcindex.py2081 return conf.lib.clang_getNumCompletionChunks(self.obj)
/external/clang/tools/c-index-test/
Dc-index-test.c1859 N = clang_getNumCompletionChunks(completion_string); in print_completion_string()