Home
last modified time | relevance | path

Searched defs:getVirtualFileSystem (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DFileManager.h232 llvm::vfs::FileSystem &getVirtualFileSystem() const { return *FS; } in getVirtualFileSystem() function
/external/clang/include/clang/Basic/
DFileManager.h226 IntrusiveRefCntPtr<vfs::FileSystem> getVirtualFileSystem() const { in getVirtualFileSystem() function
/external/clang/include/clang/Frontend/
DCompilerInstance.h372 vfs::FileSystem &getVirtualFileSystem() const { in getVirtualFileSystem() function
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp100 llvm::vfs::FileSystem &CompilerInstance::getVirtualFileSystem() const { in getVirtualFileSystem() function in CompilerInstance