Searched defs:RawCommentCString (Results 1 - 1 of 1) sorted by last modified time

/external/clang/tools/c-index-test/
H A Dc-index-test.c592 const char *RawCommentCString; local
597 RawCommentCString = clang_getCString(RawComment);
598 if (RawCommentCString != NULL && RawCommentCString[0] != '\0') {
599 PrintCStringWithPrefix("RawComment", RawCommentCString);

Completed in 37 milliseconds