Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2335 IndentExternBlockStyle IndentExternBlock; member
4241 IndentExternBlock == R.IndentExternBlock &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp925 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
1200 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1220 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1235 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1260 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1389 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()
1777 Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp1678 (Style.IndentExternBlock == FormatStyle::IEBS_Indent) || in parseStructuralElement()
1680 Style.IndentExternBlock == in parseStructuralElement()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3114 **IndentExternBlock** (``IndentExternBlockStyle``) :versionbadge:`clang-format 11` :ref:`¶ <IndentE…
3124 IndentExternBlock: AfterExternBlock
3134 IndentExternBlock: AfterExternBlock