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
 2557   fprintf(file, "Completion contexts:\n");
 2559     fprintf(file, "Unknown\n");
 2562     fprintf(file, "Any type\n");
 2565     fprintf(file, "Any value\n");
 2568     fprintf(file, "Objective-C object value\n");
 2571     fprintf(file, "Objective-C selector value\n");
 2574     fprintf(file, "C++ class type value\n");
 2577     fprintf(file, "Dot member access\n");
 2580     fprintf(file, "Arrow member access\n");
 2583     fprintf(file, "Objective-C property access\n");
 2586     fprintf(file, "Enum tag\n");
 2589     fprintf(file, "Union tag\n");
 2592     fprintf(file, "Struct tag\n");
 2595     fprintf(file, "Class name\n");
 2598     fprintf(file, "Namespace or namespace alias\n");
 2601     fprintf(file, "Nested name specifier\n");
 2604     fprintf(file, "Objective-C interface\n");
 2607     fprintf(file, "Objective-C protocol\n");
 2610     fprintf(file, "Objective-C category\n");
 2613     fprintf(file, "Objective-C instance method\n");
 2616     fprintf(file, "Objective-C class method\n");
 2619     fprintf(file, "Objective-C selector name\n");
 2622     fprintf(file, "Macro name\n");
 2625     fprintf(file, "Natural language\n");