reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Format.cpp
 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);