Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libcbor/
HD.clang-format81 MacroBlockBegin: ''
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h3266 std::string MacroBlockBegin; member
5084 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormatTokenLexer.cpp35 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
HDFormatToken.h110 TYPE(MacroBlockBegin) \
HDFormat.cpp1022 IO.mapOptional("MacroBlockBegin", Style.MacroBlockBegin); in mapping()