Searched refs:end_location (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| H A D | cindex.py | 2948 start_location, end_location = locations 2957 if hasattr(end_location, '__len__'): 2958 end_location = SourceLocation.from_position(self, f, 2959 end_location[0], end_location[1]) 2960 elif isinstance(end_location, int): 2961 end_location = SourceLocation.from_offset(self, f, end_location) 2964 assert isinstance(end_location, SourceLocation) 2966 return SourceRange.from_locations(start_location, end_location)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | input.cc | 1223 location_t end_location = get_end_location (line_table, idx); in dump_location_info() local 1230 MAP_START_LOCATION (map), end_location); in dump_location_info() 1274 loc < end_location; in dump_location_info() 1314 if (end_location > 999) in dump_location_info() 1318 if (end_location > 99) in dump_location_info()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | input.c | 1072 location_t end_location = get_end_location (line_table, idx); in dump_location_info() local 1079 MAP_START_LOCATION (map), end_location); in dump_location_info() 1123 loc < end_location; in dump_location_info() 1163 if (end_location > 999) in dump_location_info() 1167 if (end_location > 99) in dump_location_info()
|