Lines Matching refs:IndentExternBlock
4081 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()
20548 CHECK_PARSE("IndentExternBlock: AfterExternBlock", IndentExternBlock, 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()
20556 CHECK_PARSE("IndentExternBlock: false", IndentExternBlock, in TEST_F()