| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_location.py | 99 range1 = SourceRange.from_locations(location1, location2) 100 range2 = SourceRange.from_locations(location1, location2) 104 range3 = SourceRange.from_locations(location1, location3)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 1322 source_range range = source_range::from_locations (start, finish); 1423 replace_a.add_fixit_replace (source_range::from_locations (c7, c9), 1428 replace_b.add_fixit_replace (source_range::from_locations (c11, c15), 1613 r1.add_fixit_replace (source_range::from_locations (c1, c3), 1618 r2.add_fixit_replace (source_range::from_locations (c8, c8), 1789 source_range range = source_range::from_locations (c11, c14); 1807 source_range range = source_range::from_locations (c11, c15);
|
| diagnostic-show-locus.cc | 3594 source_range range = source_range::from_locations (loc, c47); 3610 source_range range = source_range::from_locations (loc, c47); 4171 source_range range = source_range::from_locations (loc, c52); 4191 source_range range = source_range::from_locations (loc, c52); 4689 richloc.add_fixit_replace (source_range::from_locations (c15, c17), 4703 richloc.add_fixit_replace (source_range::from_locations (c10, c15), 4718 richloc.add_fixit_replace (source_range::from_locations (c10, c15), 4720 richloc.add_fixit_replace (source_range::from_locations (c17, c20), 4734 richloc.add_fixit_replace (source_range::from_locations (c10, c15), 4736 richloc.add_fixit_replace (source_range::from_locations (c16, c20) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 1300 source_range range = source_range::from_locations (start, finish); 1399 replace_a.add_fixit_replace (source_range::from_locations (c7, c9), 1404 replace_b.add_fixit_replace (source_range::from_locations (c11, c15), 1587 r1.add_fixit_replace (source_range::from_locations (c1, c3), 1592 r2.add_fixit_replace (source_range::from_locations (c8, c8), 1757 source_range range = source_range::from_locations (c11, c14); 1774 source_range range = source_range::from_locations (c11, c15);
|
| diagnostic-show-locus.cc | 3497 source_range range = source_range::from_locations (loc, c47); 3513 source_range range = source_range::from_locations (loc, c47); 4073 source_range range = source_range::from_locations (loc, c52); 4093 source_range range = source_range::from_locations (loc, c52); 4584 richloc.add_fixit_replace (source_range::from_locations (c15, c17), 4598 richloc.add_fixit_replace (source_range::from_locations (c10, c15), 4613 richloc.add_fixit_replace (source_range::from_locations (c10, c15), 4615 richloc.add_fixit_replace (source_range::from_locations (c17, c20), 4629 richloc.add_fixit_replace (source_range::from_locations (c10, c15), 4631 richloc.add_fixit_replace (source_range::from_locations (c16, c20) [all...] |
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| line-map.h | 341 static source_range from_locations (location_t start, function
|
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| line-map.h | 339 static source_range from_locations (location_t start, function
|
| /src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| cindex.py | 316 def from_locations(start, end): member in class:SourceRange 2966 return SourceRange.from_locations(start_location, end_location)
|