Home
last modified time | relevance | path

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

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