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

References

tools/clang/include/clang/Format/Format.h
 2088            MacroBlockBegin == R.MacroBlockBegin &&
 2088            MacroBlockBegin == R.MacroBlockBegin &&
tools/clang/lib/Format/Format.cpp
  490     IO.mapOptional("MacroBlockBegin", Style.MacroBlockBegin);
tools/clang/lib/Format/FormatTokenLexer.cpp
   32       FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
tools/clang/unittests/Format/FormatTest.cpp
 3872   Style.MacroBlockBegin = "^[A-Z_]+_BEGIN$";