Searched defs:LocRange (Results 1 – 1 of 1) sorted by relevance
467 LocRange() {} in LocRange() function468 LocRange(DebugLoc Start) : Start(std::move(Start)), End(std::move(Start)) {} in LocRange() function469 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function