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

References

tools/clang/include/clang/Format/Format.h
 2108            RawStringFormats == R.RawStringFormats &&
 2108            RawStringFormats == R.RawStringFormats &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  176   for (const auto &Format : Style.RawStringFormats) {
  185   for (const auto &RawStringFormat : CodeStyle.RawStringFormats) {
tools/clang/lib/Format/Format.cpp
  513     IO.mapOptional("RawStringFormats", Style.RawStringFormats);
  866   GoogleStyle.RawStringFormats = {
tools/clang/unittests/Format/FormatTest.cpp
12783   Style.RawStringFormats.clear();
12817               RawStringFormats, ExpectedRawStringFormats);
tools/clang/unittests/Format/FormatTestRawStrings.cpp
   67     Style.RawStringFormats = {
   81     Style.RawStringFormats = {
   95     Style.RawStringFormats = {
  144   Style.RawStringFormats = {{
  773   Style.RawStringFormats[0].EnclosingFunctions.push_back(
  775   Style.RawStringFormats[0].EnclosingFunctions.push_back("ParseTextProto");
  796   Style.RawStringFormats[0].CanonicalDelimiter = "proto";
  871   Style.RawStringFormats[0].EnclosingFunctions.push_back(