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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 231 clang_getCompletionBriefComment(CXCompletionString completion_string) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 5462 clang_getCompletionBriefComment(CXCompletionString completion_string);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2611 if conf.function_exists("clang_getCompletionBriefComment"):
2612 return conf.lib.clang_getCompletionBriefComment(self.obj)
3534 ("clang_getCompletionBriefComment",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2569 BriefComment = clang_getCompletionBriefComment(

Completed in 25 milliseconds