Searched refs:clang_Cursor_getBriefCommentText (Results 1 – 5 of 5) sorted by relevance
21 clang_Cursor_getBriefCommentText
7317 CXString clang_Cursor_getBriefCommentText(CXCursor C) { in clang_Cursor_getBriefCommentText() function
4000 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
1485 return conf.lib.clang_Cursor_getBriefCommentText(self)
619 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()