Searched refs:clang_getNumCompletionChunks (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp189 unsigned clang_getNumCompletionChunks(CXCompletionString completion_string) { function
/external/clang/include/clang-c/
H A DIndex.h4251 clang_getNumCompletionChunks(CXCompletionString completion_string);
/external/clang/bindings/python/clang/
H A Dcindex.py2013 return conf.lib.clang_getNumCompletionChunks(self.obj)
3100 ("clang_getNumCompletionChunks",
/external/clang/tools/c-index-test/
H A Dc-index-test.c1794 N = clang_getNumCompletionChunks(completion_string);

Completed in 690 milliseconds