Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports158 clang_getCompletionBriefComment
DCIndexCodeCompletion.cpp233 clang_getCompletionBriefComment(CXCompletionString completion_string) { in clang_getCompletionBriefComment() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports182 clang_getCompletionBriefComment
DCIndexCodeCompletion.cpp231 clang_getCompletionBriefComment(CXCompletionString completion_string) { in clang_getCompletionBriefComment() function
/external/clang/include/clang-c/
DIndex.h4781 clang_getCompletionBriefComment(CXCompletionString completion_string);
/external/llvm-project/clang/include/clang-c/
DIndex.h5442 clang_getCompletionBriefComment(CXCompletionString completion_string);
/external/rust/crates/clang-sys/src/
Dlib.rs1988 pub fn clang_getCompletionBriefComment(string: CXCompletionString) -> CXString;
/external/clang/bindings/python/clang/
Dcindex.py2185 return conf.lib.clang_getCompletionBriefComment(self.obj)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2612 return conf.lib.clang_getCompletionBriefComment(self.obj)
/external/clang/tools/c-index-test/
Dc-index-test.c2067 BriefComment = clang_getCompletionBriefComment( in print_completion_result()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2552 BriefComment = clang_getCompletionBriefComment( in print_completion_result()