Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp378 IO.enumCase(Value, "AfterExternBlock", FormatStyle::IEBS_AfterExternBlock); in enumeration()
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.cpp1566 FormatStyle::IEBS_AfterExternBlock) in parseStructuralElement()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2373 IEBS_AfterExternBlock, enumerator
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2821 * ``IEBS_AfterExternBlock`` (in configuration: ``AfterExternBlock``)
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20549 FormatStyle::IEBS_AfterExternBlock); in TEST_F()