reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1869 Pos = Code.find("\r\n", LastPos); 1870 if (Pos == LastPos) { 1874 if (Pos == std::string::npos) { 1878 NewCode += Code.substr(LastPos, Pos - LastPos) + "\n"; 1879 LastPos = Pos + 2; 1880 } while (Pos != std::string::npos);