HomeSort by: relevance | last modified time | path
    Searched refs:clang_getNumCompletionChunks (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 187 unsigned clang_getNumCompletionChunks(CXCompletionString completion_string) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 5384 clang_getNumCompletionChunks(CXCompletionString completion_string);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2593 return conf.lib.clang_getNumCompletionChunks(self.obj)
3760 ("clang_getNumCompletionChunks",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2450 N = clang_getNumCompletionChunks(completion_string);

Completed in 39 milliseconds