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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 111 CXString clang_getCompletionChunkText(CXCompletionString completion_string,
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 5363 CINDEX_LINKAGE CXString clang_getCompletionChunkText(
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2513 return conf.lib.clang_getCompletionChunkText(self.cs, self.key)
3547 ("clang_getCompletionChunkText",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2471 text = clang_getCompletionChunkText(completion_string, I);

Completed in 41 milliseconds