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
 2793   while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1])
 2793   while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1])
 2794     ++NumLocations;
 2797   assert(NumLocations > 0 && "Unable to count locations?");
 2799                                   NumLocations * sizeof(CursorSourceLocation));
 2801   for (Loc = 0; Loc < NumLocations; ++Loc) {
 2809   if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files,
 2820                                    argv + num_unsaved_files + 1 + NumLocations,
 2821                                    argc - num_unsaved_files - 2 - NumLocations,
 2848     for (Loc = 0; Loc < NumLocations; ++Loc) {