Home
last modified time | relevance | path

Searched refs:getVFSFromYAML (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DVirtualFileSystem.h325 getVFSFromYAML(std::unique_ptr<llvm::MemoryBuffer> Buffer,
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp674 return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, "", this, in getFromYAMLRawString()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1581 vfs::getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, in getVFSFromYAML() function in vfs
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2558 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getVFSFromYAML( in createVFSFromCompilerInvocation()