Home
last modified time | relevance | path

Searched refs:BriefCommentCString (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c611 const char *BriefCommentCString; in PrintCursorComments() local
620 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()
621 if (BriefCommentCString != NULL && BriefCommentCString[0] != '\0') in PrintCursorComments()
622 PrintCStringWithPrefix("BriefComment", BriefCommentCString); in PrintCursorComments()
2013 const char *BriefCommentCString; in print_completion_result() local
2069 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()
2070 if (BriefCommentCString && *BriefCommentCString != '\0') { in print_completion_result()
2071 fprintf(file, "(brief comment: %s)", BriefCommentCString); in print_completion_result()