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