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.h3445 std::string MacroBlockBegin; member
5424 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h116 TYPE(MacroBlockBegin) \
H A DFormatTokenLexer.cpp37 MacroBlockBeginRegex(Style.MacroBlockBegin),
H A DFormat.cpp1100 IO.mapOptional("MacroBlockBegin", Style.MacroBlockBegin); in mapping()