| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | XRayLists.cpp | 25 AlwaysInstrumentPaths, SM.getFileManager().getVirtualFileSystem())), in XRayFunctionFilter() 27 NeverInstrumentPaths, SM.getFileManager().getVirtualFileSystem())), in XRayFunctionFilter() 29 AttrListPaths, SM.getFileManager().getVirtualFileSystem())), in XRayFunctionFilter()
|
| H A D | NoSanitizeList.cpp | 25 NoSanitizePaths, SM.getFileManager().getVirtualFileSystem())), in NoSanitizeList()
|
| H A D | ProfileList.cpp | 68 Paths, SM.getFileManager().getVirtualFileSystem())), in ProfileList()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | TweakTesting.cpp | 98 &AST.getSourceManager().getFileManager().getVirtualFileSystem()); in apply() 135 &AST.first.getSourceManager().getFileManager().getVirtualFileSystem()); in isAvailable()
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | TestCompiler.h | 61 &compiler.getVirtualFileSystem(), compiler.getHeaderSearchOpts(),
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | FileManager.h | 245 llvm::vfs::FileSystem &getVirtualFileSystem() const { return *FS; } in getVirtualFileSystem() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1102 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 D | CompilerInstance.cpp | 158 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 D | FrontendAction.cpp | 375 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 D | ClangTidy.cpp | 399 .getVirtualFileSystem() in createASTConsumer() 591 Reporter.getSourceManager().getFileManager().getVirtualFileSystem(); in handleErrors()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterFixtures.cpp | 29 &ToCtx.getSourceManager().getFileManager().getVirtualFileSystem()); in createVirtualFileIfNeeded()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 244 &AST->getSourceManager().getFileManager().getVirtualFileSystem(); in testLocationFeatures()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | StdLib.cpp | 320 if (!HS.getFileMgr().getVirtualFileSystem().getRealPath(DirPath, Path)) in add()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 148 FS(&CI.getVirtualFileSystem()), in PCHContainerGenerator()
|
| H A D | CodeGenAction.cpp | 1057 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 D | CompilerInstance.h | 393 llvm::vfs::FileSystem &getVirtualFileSystem() const;
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 233 CI.getDiagnostics(), ModuleName, &CI.getVirtualFileSystem(), in BuildCodeGen()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 301 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem(); in diagnoseMissingHeaderInUmbrellaDir()
|
| H A D | HeaderSearch.cpp | 1805 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 D | Tooling.cpp | 366 newDriver(&*Diagnostics, BinaryName, &Files->getVirtualFileSystem())); in run()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | RenameTests.cpp | 46 return &AST.getSourceManager().getFileManager().getVirtualFileSystem(); in getVFSFromAST()
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 71 const auto &FS = CI.getVirtualFileSystem(); in getRelativeIncludeName()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.cpp | 90 SM.getFileManager().getVirtualFileSystem().makeAbsolute(AbsolutePath)) in MakeAbsolutePath()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SourceCode.cpp | 519 SourceMgr.getFileManager().getVirtualFileSystem().makeAbsolute( in getCanonicalPath()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 725 &m_compiler->getVirtualFileSystem(), m_compiler->getHeaderSearchOpts(), in ClangExpressionParser()
|