Searched refs:addFileNoOwn (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Expression/ |
| H A D | CppModuleConfigurationTest.cpp | 44 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 D | ClangFormat.cpp | 211 MemFS->addFileNoOwn(FileName, 0, Source); in createInMemoryFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 575 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 910 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 D | VirtualFileSystemTest.cpp | 993 FS.addFileNoOwn("/a", 0, *Buf); in TEST_F()
|