Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h251 llvm::vfs::FileSystem &getVirtualFileSystem() const { return *FS; } in getVirtualFileSystem() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp160 llvm::vfs::FileSystem &CompilerInstance::getVirtualFileSystem() const { in getVirtualFileSystem() function in CompilerInstance