Home
last modified time | relevance | path

Searched refs:AfterExternBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/libcbor/
H A D.clang-format32 AfterExternBlock: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp772 IO.mapOptional("AfterExternBlock", Wrapping.AfterExternBlock); in mapping()
904 Expanded.BraceWrapping.AfterExternBlock = true; in expandPresets()
924 Expanded.BraceWrapping.AfterExternBlock = true; in expandPresets()
939 Expanded.BraceWrapping.AfterExternBlock = true; in expandPresets()
1422 Style.BraceWrapping.AfterExternBlock = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp1184 if (Style.BraceWrapping.AfterExternBlock) { in parseStructuralElement()
1187 unsigned AddLevels = Style.BraceWrapping.AfterExternBlock ? 1u : 0u; in parseStructuralElement()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1629 bool AfterExternBlock; // Partially superseded by IndentExternBlock member