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

References

tools/clang/include/clang/Format/Format.h
 2089            MacroBlockEnd == R.MacroBlockEnd &&
 2089            MacroBlockEnd == R.MacroBlockEnd &&
tools/clang/lib/Format/Format.cpp
  491     IO.mapOptional("MacroBlockEnd", Style.MacroBlockEnd);
tools/clang/lib/Format/FormatTokenLexer.cpp
   33       MacroBlockEndRegex(Style.MacroBlockEnd) {
tools/clang/unittests/Format/FormatTest.cpp
 3873   Style.MacroBlockEnd = "^[A-Z_]+_END$";