Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c694 const char *BriefCommentCString; in PrintCursorComments() local
703 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()
704 if (BriefCommentCString != NULL && BriefCommentCString[0] != '\0') in PrintCursorComments()
705 PrintCStringWithPrefix("BriefComment", BriefCommentCString); in PrintCursorComments()
2514 const char *BriefCommentCString; in print_completion_result() local
2571 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()
2572 if (BriefCommentCString && *BriefCommentCString != '\0') { in print_completion_result()
2573 fprintf(file, "(brief comment: %s)", BriefCommentCString); in print_completion_result()