Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp218 std::string CodePart1 = "enum Foo { FOO, BAR };\n" in TEST_F() local
240 std::string ConcatAll = BlockHeader + CodePart1 + BlockChanger + CodePart2 + in TEST_F()
243 return std::make_pair(BlockHeader + removeEmptyLines(CodePart1) + in TEST_F()