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

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp231 clang_getCompletionBriefComment(CXCompletionString completion_string) { function
/external/clang/include/clang-c/
H A DIndex.h4508 clang_getCompletionBriefComment(CXCompletionString completion_string);
/external/clang/bindings/python/clang/
H A Dcindex.py1796 if conf.function_exists("clang_getCompletionBriefComment"):
1797 return conf.lib.clang_getCompletionBriefComment(self.obj)
2640 ("clang_getCompletionBriefComment",
/external/clang/tools/c-index-test/
H A Dc-index-test.c1646 BriefComment = clang_getCompletionBriefComment(

Completed in 41 milliseconds