Searched refs:MacroBlockBegin (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3083 /// MacroBlockBegin: "^NS_MAP_BEGIN|\
3107 std::string MacroBlockBegin; member in namespace:clang::format
4846 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h107 TYPE(MacroBlockBegin) \
H A DFormatTokenLexer.cpp35 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
H A DFormat.cpp1016 IO.mapOptional("MacroBlockBegin", Style.MacroBlockBegin);

Completed in 133 milliseconds