Searched refs:clang_Cursor_getBriefCommentText (Results 1 – 5 of 5) sorted by relevance
24 clang_Cursor_getBriefCommentText
8406 CXString clang_Cursor_getBriefCommentText(CXCursor C) { in clang_Cursor_getBriefCommentText() function
4659 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
1793 return conf.lib.clang_Cursor_getBriefCommentText(self)
702 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()