Searched refs:TestFilePath (Results 1 – 2 of 2) sorted by relevance
498 for(auto &TestFilePath : ProblemFileNames) { in addUniqueProblemFile() local499 if (TestFilePath == FilePath) in addUniqueProblemFile()
23125 SmallString<128> TestFilePath; in TEST() local23127 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()