Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LocRange

423   class LocRange {
428 LocRange() {}
429 LocRange(DebugLoc Start) : Start(std::move(Start)), End(std::move(Start)) {}
430 LocRange(DebugLoc Start, DebugLoc End)
556 LocRange getLocRange() const;