Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h1602 IndentExternBlockStyle IndentExternBlock; member
2498 IndentExternBlock == R.IndentExternBlock &&
/external/llvm-project/clang/lib/Format/
DFormat.cpp561 IO.mapOptional("IndentExternBlock", Style.IndentExternBlock); in mapping()
778 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
798 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
812 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
837 Expanded.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in expandPresets()
899 LLVMStyle.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getLLVMStyle()
1279 Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in getMicrosoftStyle()
DUnwrappedLineParser.cpp1124 if (!Style.IndentExternBlock) { in parseStructuralElement()
1132 /*AddLevel=*/Style.IndentExternBlock == in parseStructuralElement()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp2633 Style.IndentExternBlock = FormatStyle::IEBS_Indent; in TEST_F()
2640 Style.IndentExternBlock = FormatStyle::IEBS_NoIndent; in TEST_F()
2647 Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in TEST_F()
2656 Style.IndentExternBlock = FormatStyle::IEBS_AfterExternBlock; in TEST_F()
14456 Style.IndentExternBlock = FormatStyle::IEBS_NoIndent; in TEST_F()
14457 CHECK_PARSE("IndentExternBlock: AfterExternBlock", IndentExternBlock, in TEST_F()
14459 CHECK_PARSE("IndentExternBlock: Indent", IndentExternBlock, in TEST_F()
14461 CHECK_PARSE("IndentExternBlock: NoIndent", IndentExternBlock, in TEST_F()
14463 CHECK_PARSE("IndentExternBlock: true", IndentExternBlock, in TEST_F()
14465 CHECK_PARSE("IndentExternBlock: false", IndentExternBlock, in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1817 **IndentExternBlock** (``IndentExternBlockStyle``)
1827 IndentExternBlock: AfterExternBlock
1837 IndentExternBlock: AfterExternBlock