Lines Matching defs:BriefCommentCString
738 const char *BriefCommentCString;
747 BriefCommentCString = clang_getCString(BriefComment);
748 if (BriefCommentCString != NULL && BriefCommentCString[0] != '\0')
749 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
2598 const char *BriefCommentCString;
2655 BriefCommentCString = clang_getCString(BriefComment);
2656 if (BriefCommentCString && *BriefCommentCString != '\0') {
2657 fprintf(file, "(brief comment: %s)", BriefCommentCString);