Home
last modified time | relevance | path

Searched refs:MacroBlockBegin (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h437 std::string MacroBlockBegin; member
638 MacroBlockBegin == R.MacroBlockBegin &&
/external/clang/lib/Format/
DFormatToken.h62 TYPE(MacroBlockBegin) \
DFormat.cpp297 IO.mapOptional("MacroBlockBegin", Style.MacroBlockBegin); in mapping()
768 MacroBlockBeginRegex(Style.MacroBlockBegin), in FormatTokenLexer()
/external/clang/docs/
DClangFormatStyleOptions.rst516 **MacroBlockBegin** (``std::string``)
/external/clang/unittests/Format/
DFormatTest.cpp3270 Style.MacroBlockBegin = "^[A-Z_]+_BEGIN$"; in TEST_F()