Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp498 for(auto &TestFilePath : ProblemFileNames) { in addUniqueProblemFile() local
499 if (TestFilePath == FilePath) in addUniqueProblemFile()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp23125 SmallString<128> TestFilePath; in TEST() local
23127 llvm::sys::fs::createTemporaryFile("CodeFileTest", "cc", TestFilePath); in TEST()
23129 llvm::raw_fd_ostream CodeFileTest(TestFilePath, ECT); in TEST()
23134 Style = getStyle(format_file_arg, TestFilePath, "LLVM", "", nullptr); in TEST()
23137 llvm::sys::fs::remove(TestFilePath.c_str()); in TEST()