reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/c-index-test/c-index-test.c
 2481   fprintf(file, "%s:", clang_getCString(ks));
 2484   print_completion_string(completion_result->CompletionString, file);
 2485   fprintf(file, " (%u)", 
 2492     fprintf(file, " (deprecated)");
 2496     fprintf(file, " (unavailable)");
 2500     fprintf(file, " (inaccessible)");
 2508     fprintf(file, " (");
 2511         fprintf(file, ", ");
 2514       fprintf(file, "\"%s\"", clang_getCString(Annotation));
 2517     fprintf(file, ")");
 2525       fprintf(file, " (parent: %s '%s')",
 2537     fprintf(file, "(brief comment: %s)", BriefCommentCString);
 2546     fprintf(file, " (requires fix-it: ");
 2548                       file);
 2549     fprintf(file, " to \"%s\")", clang_getCString(FixIt));
 2553   fprintf(file, "\n");