reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
306 if (LocalEOL.size() == 2 && 307 LocalEOL[0] == (FromFile.getBufferStart() + WriteTo)[-1] && 308 LocalEOL[1] == (FromFile.getBufferStart() + WriteTo)[0]) 314 if (MainEOL == LocalEOL) { 317 Line += TextToWrite.count(LocalEOL); 318 if (EnsureNewline && !TextToWrite.endswith(LocalEOL)) 325 std::tie(LineText, Rest) = Rest.split(LocalEOL); 331 if (TextToWrite.endswith(LocalEOL) || EnsureNewline)