Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports182 clang_getCompletionBriefComment
H A DCIndexCodeCompletion.cpp231 clang_getCompletionBriefComment(CXCompletionString completion_string) { in clang_getCompletionBriefComment() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5462 clang_getCompletionBriefComment(CXCompletionString completion_string);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2612 return conf.lib.clang_getCompletionBriefComment(self.obj)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2569 BriefComment = clang_getCompletionBriefComment( in print_completion_result()