Home
last modified time | relevance | path

Searched refs:getVirtualFileSystem (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Basic/
H A DXRayLists.cpp25 AlwaysInstrumentPaths, SM.getFileManager().getVirtualFileSystem())), in XRayFunctionFilter()
27 NeverInstrumentPaths, SM.getFileManager().getVirtualFileSystem())), in XRayFunctionFilter()
29 AttrListPaths, SM.getFileManager().getVirtualFileSystem())), in XRayFunctionFilter()
H A DNoSanitizeList.cpp25 NoSanitizePaths, SM.getFileManager().getVirtualFileSystem())), in NoSanitizeList()
H A DProfileList.cpp68 Paths, SM.getFileManager().getVirtualFileSystem())), in ProfileList()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DTweakTesting.cpp98 &AST.getSourceManager().getFileManager().getVirtualFileSystem()); in apply()
135 &AST.first.getSourceManager().getFileManager().getVirtualFileSystem()); in isAvailable()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h61 &compiler.getVirtualFileSystem(), compiler.getHeaderSearchOpts(),
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h245 llvm::vfs::FileSystem &getVirtualFileSystem() const { return *FS; } in getVirtualFileSystem() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1102 assert(VFS == &FileMgr->getVirtualFileSystem() && in Parse()
1133 if (VFS && FileMgr && &FileMgr->getVirtualFileSystem() == VFS) in Parse()
1703 &AST->FileMgr->getVirtualFileSystem())) in LoadFromCompilerInvocation()
1816 VFS = &FileMgr->getVirtualFileSystem(); in Reparse()
2218 if (auto Status = FileMgr.getVirtualFileSystem().status(Filename)) in CodeComplete()
2239 PCHContainerOps, Inv, &FileMgr.getVirtualFileSystem(), false, Line - 1); in CodeComplete()
2249 &FileMgr.getVirtualFileSystem(); in CodeComplete()
H A DCompilerInstance.cpp158 llvm::vfs::FileSystem &CompilerInstance::getVirtualFileSystem() const { in getVirtualFileSystem() function in CompilerInstance
159 return getFileManager().getVirtualFileSystem(); in getVirtualFileSystem()
244 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in collectIncludePCH()
375 VFS = FileMgr ? &FileMgr->getVirtualFileSystem() in createFileManager()
H A DFrontendAction.cpp375 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in collectModuleHeaderIncludes()
767 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in BeginSourceFile()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp399 .getVirtualFileSystem() in createASTConsumer()
591 Reporter.getSourceManager().getFileManager().getVirtualFileSystem(); in handleErrors()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.cpp29 &ToCtx.getSourceManager().getFileManager().getVirtualFileSystem()); in createVirtualFileIfNeeded()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp244 &AST->getSourceManager().getFileManager().getVirtualFileSystem(); in testLocationFeatures()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DStdLib.cpp320 if (!HS.getFileMgr().getVirtualFileSystem().getRealPath(DirPath, Path)) in add()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp148 FS(&CI.getVirtualFileSystem()), in PCHContainerGenerator()
H A DCodeGenAction.cpp1057 BA, CI.getDiagnostics(), &CI.getVirtualFileSystem(), in CreateASTConsumer()
1190 BackendConsumer Result(BA, CI.getDiagnostics(), &CI.getVirtualFileSystem(), in ExecuteAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h393 llvm::vfs::FileSystem &getVirtualFileSystem() const;
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp233 CI.getDiagnostics(), ModuleName, &CI.getVirtualFileSystem(), in BuildCodeGen()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp301 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in diagnoseMissingHeaderInUmbrellaDir()
H A DHeaderSearch.cpp1805 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in collectAllModules()
1869 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in loadSubdirectoryModuleMaps()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp366 newDriver(&*Diagnostics, BinaryName, &Files->getVirtualFileSystem())); in run()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DRenameTests.cpp46 return &AST.getSourceManager().getFileManager().getVirtualFileSystem(); in getVFSFromAST()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp71 const auto &FS = CI.getVirtualFileSystem(); in getRelativeIncludeName()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp90 SM.getFileManager().getVirtualFileSystem().makeAbsolute(AbsolutePath)) in MakeAbsolutePath()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp519 SourceMgr.getFileManager().getVirtualFileSystem().makeAbsolute( in getCanonicalPath()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp725 &m_compiler->getVirtualFileSystem(), m_compiler->getHeaderSearchOpts(), in ClangExpressionParser()

12