Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2291 IndentExternBlockStyle IndentExternBlock; member
3318 IndentExternBlock == R.IndentExternBlock &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp631 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
866 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
886 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
901 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
926 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
989 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()
1376 Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp1136 if (!Style.IndentExternBlock) { in parseStructuralElement()
1144 Style.IndentExternBlock == FormatStyle::IEBS_Indent ? 1u : 0u; in parseStructuralElement()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2482 **IndentExternBlock** (``IndentExternBlockStyle``)
2492 IndentExternBlock: AfterExternBlock
2502 IndentExternBlock: AfterExternBlock