Searched refs:clang_Cursor_getBriefCommentText (Results 1 – 11 of 11) sorted by relevance
21 clang_Cursor_getBriefCommentText
7317 CXString clang_Cursor_getBriefCommentText(CXCursor C) { in clang_Cursor_getBriefCommentText() function
24 clang_Cursor_getBriefCommentText
8354 CXString clang_Cursor_getBriefCommentText(CXCursor C) { in clang_Cursor_getBriefCommentText() function
4000 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
4639 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
1737 pub fn clang_Cursor_getBriefCommentText(cursor: CXCursor) -> CXString;
1485 return conf.lib.clang_Cursor_getBriefCommentText(self)
1793 return conf.lib.clang_Cursor_getBriefCommentText(self)
619 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()
701 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()