reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
643 if (pos >= 0 && Text[pos] == '\r') 651 if (Text[pos] != '\\') 657 for (int i = 0, e = Text.size(); i != e; ++i) { 658 switch (Text[i]) { 681 if (i + 1 == e || (Text[i + 1] != '\r' && Text[i + 1] != '\n')) 681 if (i + 1 == e || (Text[i + 1] != '\r' && Text[i + 1] != '\n'))