Home
last modified time | relevance | path

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

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