reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
692 RawComment = clang_Cursor_getRawCommentText(Cursor); 696 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange"); 698 BriefComment = clang_Cursor_getBriefCommentText(Cursor); 708 CXComment Comment = clang_Cursor_getParsedComment(Cursor);