Searched refs:clang_Cursor_getRawCommentText (Results 1 – 12 of 12) sorted by relevance
26 clang_Cursor_getRawCommentText
7302 CXString clang_Cursor_getRawCommentText(CXCursor C) { in clang_Cursor_getRawCommentText() function
30 clang_Cursor_getRawCommentText
8339 CXString clang_Cursor_getRawCommentText(CXCursor C) { in clang_Cursor_getRawCommentText() function
3993 CINDEX_LINKAGE CXString clang_Cursor_getRawCommentText(CXCursor C);
303 cxstring_into_string(clang_Cursor_getRawCommentText(self.x)) in raw_comment()
4632 CINDEX_LINKAGE CXString clang_Cursor_getRawCommentText(CXCursor C);
1771 pub fn clang_Cursor_getRawCommentText(cursor: CXCursor) -> CXString;
1490 return conf.lib.clang_Cursor_getRawCommentText(self)
1798 return conf.lib.clang_Cursor_getRawCommentText(self)
613 RawComment = clang_Cursor_getRawCommentText(Cursor); in PrintCursorComments()
695 RawComment = clang_Cursor_getRawCommentText(Cursor); in PrintCursorComments()