Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp214 MemFS->addFileNoOwn(FileName, 0, Source); in createInMemoryFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h577 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp911 bool InMemoryFileSystem::addFileNoOwn( in addFileNoOwn() function in llvm::vfs::InMemoryFileSystem