Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format81 MacroBlockBegin: ''
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3107 std::string MacroBlockBegin; member
4846 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp35 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
H A DFormatToken.h107 TYPE(MacroBlockBegin) \
H A DFormat.cpp1016 IO.mapOptional("MacroBlockBegin", Style.MacroBlockBegin); in mapping()