reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
271 if (!Pos) 273 if (Pos - 1 >= FromFile.getBufferStart() && Pos[-1] == '\r') 273 if (Pos - 1 >= FromFile.getBufferStart() && Pos[-1] == '\r') 275 if (Pos + 1 < FromFile.getBufferEnd() && Pos[1] == '\r') 275 if (Pos + 1 < FromFile.getBufferEnd() && Pos[1] == '\r')