Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DVirtualFileSystem.cpp468 IntrusiveRefCntPtr<FileSystem> ExternalFS; member in __anon393354d90511::VFSFromYAML
486 VFSFromYAML(IntrusiveRefCntPtr<FileSystem> ExternalFS) in VFSFromYAML()
856 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in create()
981 IntrusiveRefCntPtr<FileSystem> ExternalFS) { in getVFSFromYAML()
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp533 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { in getFromYAMLRawString()
541 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) { in getFromYAMLString()