Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Expression/
H A DCppModuleConfigurationTest.cpp44 if (!m_fs->addFileNoOwn(path, static_cast<time_t>(0), m_empty_buffer)) in makeFiles()
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp211 MemFS->addFileNoOwn(FileName, 0, Source); in createInMemoryFile()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h575 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp910 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn() function in llvm::vfs::InMemoryFileSystem
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp993 FS.addFileNoOwn("/a", 0, *Buf); in TEST_F()