Home
last modified time | relevance | path

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

/external/clang/tools/clang-format/
DClangFormat.cpp116 MemFS->addFileNoOwn(FileName, 0, Source); in createInMemoryFile()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h303 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp180 MemFS->addFileNoOwn(FileName, 0, Source); in createInMemoryFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h465 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h466 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp569 FS.addFileNoOwn("/a", 0, Buf.get()); in TEST_F()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp573 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn() function in clang::vfs::InMemoryFileSystem
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp793 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn() function in llvm::vfs::InMemoryFileSystem
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp794 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn() function in llvm::vfs::InMemoryFileSystem
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp942 FS.addFileNoOwn("/a", 0, *Buf); in TEST_F()