Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports158 clang_getCompletionBriefComment
DCIndexCodeCompletion.cpp233 clang_getCompletionBriefComment(CXCompletionString completion_string) { in clang_getCompletionBriefComment() function
/external/clang/include/clang-c/
DIndex.h4781 clang_getCompletionBriefComment(CXCompletionString completion_string);
/external/clang/bindings/python/clang/
Dcindex.py2185 return conf.lib.clang_getCompletionBriefComment(self.obj)
/external/clang/tools/c-index-test/
Dc-index-test.c2067 BriefComment = clang_getCompletionBriefComment( in print_completion_result()