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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1795     if ((Text.endswith(Postfix = "\"") &&
 1800         (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) {
 1809           Current, StartColumn, Prefix, Postfix, UnbreakableTailLength,