GCC Middle and Back End API Reference
|
Public Member Functions | |
line_event (int start, int next, int len) | |
int | get_effective_column (int orig_column) const |
Private Attributes | |
int | m_start |
int | m_delta |
Class for representing edit events that have occurred on one line of one file: the replacement of some text between some columns on the line. Subsequent events will need their columns adjusting if they're are on this line and their column is >= the start point.
|
inline |
|
inline |
References m_delta, and m_start.
Referenced by edited_line::get_effective_column().
|
private |
Referenced by get_effective_column().
|
private |
Referenced by get_effective_column().