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
 3095   for (Loc = 0; Loc < NumLocations; ++Loc) {
 3095   for (Loc = 0; Loc < NumLocations; ++Loc) {
 3095   for (Loc = 0; Loc < NumLocations; ++Loc) {
 3096     const char *input = argv[Loc + 1] + strlen("-file-refs-at=");
 3097     if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename,
 3098                                             &Locations[Loc].line,
 3099                                             &Locations[Loc].column, 0, 0)))
 3143     for (Loc = 0; Loc < NumLocations; ++Loc) {
 3143     for (Loc = 0; Loc < NumLocations; ++Loc) {
 3143     for (Loc = 0; Loc < NumLocations; ++Loc) {
 3144       CXFile file = clang_getFile(TU, Locations[Loc].filename);
 3149                                clang_getLocation(TU, file, Locations[Loc].line,
 3150                                                  Locations[Loc].column));
 3160         free(Locations[Loc].filename);