Searched refs:clang_Cursor_getBriefCommentText (Results 1 – 15 of 15) 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);
4299 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
4287 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
4297 CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C);
1929 pub fn clang_Cursor_getBriefCommentText(cursor: CXCursor) -> CXString;
1485 return conf.lib.clang_Cursor_getBriefCommentText(self)
1934 return conf.lib.clang_Cursor_getBriefCommentText(self)
1903 return conf.lib.clang_Cursor_getBriefCommentText(self)
2057 return conf.lib.clang_Cursor_getBriefCommentText(self)
619 BriefComment = clang_Cursor_getBriefCommentText(Cursor); in PrintCursorComments()