Searched refs:BriefCommentCString (Results 1 – 1 of 1) sorted by relevance
594 const char *BriefCommentCString; in PrintCursorComments() local603 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()604 if (BriefCommentCString != NULL && BriefCommentCString[0] != '\0') in PrintCursorComments()605 PrintCStringWithPrefix("BriefComment", BriefCommentCString); in PrintCursorComments()1897 const char *BriefCommentCString; in print_completion_result() local1952 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()1953 if (BriefCommentCString && *BriefCommentCString != '\0') { in print_completion_result()1954 fprintf(file, "(brief comment: %s)", BriefCommentCString); in print_completion_result()