Home
last modified time | relevance | path

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

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