Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp68 HasOriginalCode ? Code.str() : removeEmptyLines(Code); in _verifyFormat()
73 static std::string removeEmptyLines(llvm::StringRef Code) { in removeEmptyLines() function in clang::format::__anon052b0f030111::DefinitionBlockSeparatorTest
206 verifyFormat(removeEmptyLines(Prefix) + "\n" + CommentedCode + "\n" + in TEST_F()
207 removeEmptyLines(Suffix), in TEST_F()
209 verifyFormat(removeEmptyLines(Prefix) + "\n" + CommentedCode + in TEST_F()
210 removeEmptyLines(Suffix), in TEST_F()
244 return std::make_pair(BlockHeader + removeEmptyLines(CodePart1) + in TEST_F()
245 BlockChanger + removeEmptyLines(CodePart2) + in TEST_F()
246 BlockFooter + removeEmptyLines(CodePart3), in TEST_F()
336 verifyFormat(Prefix + removeEmptyLines(Infix) + removeEmptyLines(Postfix), in TEST_F()
[all …]