Home
last modified time | relevance | path

Searched refs:getFileSystemOpts (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp160 auto PrevWorkingDir = SM.getFileManager().getFileSystemOpts().WorkingDir; in groupReplacements()
162 SM.getFileManager().getFileSystemOpts().WorkingDir = std::move(*BuildDir); in groupReplacements()
178 SM.getFileManager().getFileSystemOpts().WorkingDir = PrevWorkingDir; in groupReplacements()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h275 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function
276 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
278 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
279 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
H A DCompilerInvocation.h170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
172 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
H A DASTUnit.h479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/llvm-project-15.0.7/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp155 ASTUnit::LoadASTOnly, DiagEngine, CI->getFileSystemOpts()); in HandleAST()
160 FileManager FM(CI->getFileSystemOpts()); in HandleAST()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h242 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
243 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTMerge.cpp51 CI.getFileSystemOpts(), false); in ExecuteAction()
H A DFrontendAction.cpp610 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile()
679 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
H A DASTUnit.cpp1165 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1489 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1690 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1768 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
H A DPrecompiledPreamble.cpp474 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
H A DCompilerInstance.cpp379 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
H A DCompilerInvocation.cpp4458 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl()
4469 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp171 FileMgr->getFileSystemOpts().WorkingDir = std::string(WorkingDirectory); in runInvocation()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMT.cpp180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp371 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp571 Diags, CI.getFileSystemOpts()); in loadFromDump()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1382 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()