Home
last modified time | relevance | path

Searched refs:clang_Cursor_getBriefCommentText (Results 1 – 5 of 5) 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/clang/include/clang-c/
DIndex.h4000 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
/external/clang/bindings/python/clang/
Dcindex.py1485 return conf.lib.clang_Cursor_getBriefCommentText(self)
/external/clang/tools/c-index-test/
Dc-index-test.c619 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()