Lines Matching refs:BriefComment
526 CXString BriefComment;
535 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
536 BriefCommentCString = clang_getCString(BriefComment);
538 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
539 clang_disposeString(BriefComment);
1708 CXString BriefComment;
1762 BriefComment = clang_getCompletionBriefComment(
1764 BriefCommentCString = clang_getCString(BriefComment);
1768 clang_disposeString(BriefComment);