Searched defs:getVirtualFileSystem (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | FileManager.h | 251 llvm::vfs::FileSystem &getVirtualFileSystem() const { return *FS; } getVirtualFileSystem() function |
/llvm-project/clang/lib/Frontend/ | ||
H A D | CompilerInstance.cpp | 160 llvm::vfs::FileSystem &CompilerInstance::getVirtualFileSystem() const { getVirtualFileSystem() function in CompilerInstance |