Home
last modified time | relevance | path

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

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