Searched refs:TestFilePath (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/Bitstream/ |
H A D | BitstreamWriterTest.cpp | 70 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 D | ConfigParseTest.cpp | 1514 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 D | ModularizeUtilities.cpp | 488 for(auto &TestFilePath : ProblemFileNames) { in getDirectoryFromPath() 489 if (TestFilePath == FilePath) in getDirectoryFromPath() 496 for(auto &TestFilePath : ProblemFileNames) { addUniqueProblemFile() local
|