Home
last modified time | relevance | path

Searched defs:ExternalFS (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp470 IntrusiveRefCntPtr<FileSystem> ExternalFS; member in __anon23f9d4220511::VFSFromYAML
488 VFSFromYAML(IntrusiveRefCntPtr<FileSystem> ExternalFS) in VFSFromYAML()
858 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in create()
983 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in getVFSFromYAML()
/minix/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp535 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { in getFromYAMLRawString()
543 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) { in getFromYAMLString()