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

References

tools/clang/include/clang/Format/Format.h
 1706              EnclosingFunctions == Other.EnclosingFunctions &&
 1706              EnclosingFunctions == Other.EnclosingFunctions &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  201     for (StringRef EnclosingFunction : RawStringFormat.EnclosingFunctions) {
tools/clang/lib/Format/Format.cpp
  576     IO.mapOptional("EnclosingFunctions", Format.EnclosingFunctions);
tools/clang/unittests/Format/FormatTestRawStrings.cpp
  773   Style.RawStringFormats[0].EnclosingFunctions.push_back(
  775   Style.RawStringFormats[0].EnclosingFunctions.push_back("ParseTextProto");
  871   Style.RawStringFormats[0].EnclosingFunctions.push_back(