reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 : Region(std::move(RHS.Region)), View(std::move(RHS.View)) {} 40 Region = std::move(RHS.Region); 40 Region = std::move(RHS.Region); 45 unsigned getLine() const { return Region.LineStart; } 46 unsigned getStartCol() const { return Region.ColumnStart; } 47 unsigned getEndCol() const { return Region.ColumnEnd; } 50 return LHS.Region.startLoc() < RHS.Region.startLoc(); 50 return LHS.Region.startLoc() < RHS.Region.startLoc();