Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports21 clang_Cursor_getBriefCommentText
DCIndex.cpp7317 CXString clang_Cursor_getBriefCommentText(CXCursor C) { in clang_Cursor_getBriefCommentText() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports24 clang_Cursor_getBriefCommentText
DCIndex.cpp8354 CXString clang_Cursor_getBriefCommentText(CXCursor C) { in clang_Cursor_getBriefCommentText() function
/external/clang/include/clang-c/
DIndex.h4000 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
/external/llvm-project/clang/include/clang-c/
DIndex.h4639 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs1737 pub fn clang_Cursor_getBriefCommentText(cursor: CXCursor) -> CXString;
/external/clang/bindings/python/clang/
Dcindex.py1485 return conf.lib.clang_Cursor_getBriefCommentText(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1793 return conf.lib.clang_Cursor_getBriefCommentText(self)
/external/clang/tools/c-index-test/
Dc-index-test.c619 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c701 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()