Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp23116 SmallString<128> FormatFilePath; in TEST() local
23118 "FormatFileTest", "tpl", FormatFilePath); in TEST()
23120 llvm::raw_fd_ostream FormatFileTest(FormatFilePath, ECF); in TEST()
23133 std::string format_file_arg = std::string("file:") + FormatFilePath.c_str(); in TEST()
23136 llvm::sys::fs::remove(FormatFilePath.c_str()); in TEST()