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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1796          (Text.startswith(Prefix = "@\"") || Text.startswith(Prefix = "\"") ||
 1796          (Text.startswith(Prefix = "@\"") || Text.startswith(Prefix = "\"") ||
 1797           Text.startswith(Prefix = "u\"") || Text.startswith(Prefix = "U\"") ||
 1797           Text.startswith(Prefix = "u\"") || Text.startswith(Prefix = "U\"") ||
 1798           Text.startswith(Prefix = "u8\"") ||
 1799           Text.startswith(Prefix = "L\""))) ||
 1800         (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) {
 1809           Current, StartColumn, Prefix, Postfix, UnbreakableTailLength,