Home
last modified time | relevance | path

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

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