Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Bitstream/
H A DBitstreamWriterTest.cpp70 void write(StringRef TestFilePath, int FlushThreshold, in write() argument
73 raw_fd_stream Out(TestFilePath, EC); in write()
/llvm-project/clang/unittests/Format/
H A DConfigParseTest.cpp1514 SmallString<128> TestFilePath;
1516 llvm::sys::fs::createTemporaryFile("CodeFileTest", "cc", TestFilePath);
1518 llvm::raw_fd_ostream CodeFileTest(TestFilePath, ECT);
1523 Style = getStyle(format_file_arg, TestFilePath, "LLVM", "", nullptr);
1526 llvm::sys::fs::remove(TestFilePath.c_str());
1451 SmallString<128> TestFilePath; TEST() local
/llvm-project/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp488 for(auto &TestFilePath : ProblemFileNames) { in getDirectoryFromPath()
489 if (TestFilePath == FilePath) in getDirectoryFromPath()
496 for(auto &TestFilePath : ProblemFileNames) { addUniqueProblemFile() local