Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2392 IndentExternBlockStyle IndentExternBlock; member
3916 IndentExternBlock == R.IndentExternBlock &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp807 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
1078 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1098 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1113 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1138 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresetsBraceWrapping()
1232 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()
1637 Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp1563 (Style.IndentExternBlock == FormatStyle::IEBS_Indent) || in parseStructuralElement()
1565 Style.IndentExternBlock == in parseStructuralElement()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp4081 ShortInlineFunctions.IndentExternBlock = FormatStyle::IEBS_Indent; in TEST_F()
4420 Style.IndentExternBlock = FormatStyle::IEBS_Indent; in TEST_F()
4429 Style.IndentExternBlock = FormatStyle::IEBS_NoIndent; in TEST_F()
4440 Style.IndentExternBlock = FormatStyle::IEBS_Indent; in TEST_F()
4451 Style.IndentExternBlock = FormatStyle::IEBS_NoIndent; in TEST_F()
4471 Style.IndentExternBlock = FormatStyle::IEBS_Indent; in TEST_F()
20547 Style.IndentExternBlock = FormatStyle::IEBS_NoIndent; in TEST_F()
20550 CHECK_PARSE("IndentExternBlock: Indent", IndentExternBlock, in TEST_F()
20552 CHECK_PARSE("IndentExternBlock: NoIndent", IndentExternBlock, in TEST_F()
20554 CHECK_PARSE("IndentExternBlock: true", IndentExternBlock, in TEST_F()
[all …]
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2816 **IndentExternBlock** (``IndentExternBlockStyle``) :versionbadge:`clang-format 11`
2826 IndentExternBlock: AfterExternBlock
2836 IndentExternBlock: AfterExternBlock