| /llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/lib/Tooling/ |
| H A D | ApplyReplacements.cpp | 160 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 D | CompilerInstance.h | 275 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 D | CompilerInvocation.h | 170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 172 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
|
| H A D | ASTUnit.h | 479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
| /llvm-project-15.0.7/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 155 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 D | FileManager.h | 242 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 D | ASTMerge.cpp | 51 CI.getFileSystemOpts(), false); in ExecuteAction()
|
| H A D | FrontendAction.cpp | 610 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile() 679 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
|
| H A D | ASTUnit.cpp | 1165 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 D | PrecompiledPreamble.cpp | 474 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
|
| H A D | CompilerInstance.cpp | 379 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
|
| H A D | CompilerInvocation.cpp | 4458 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl() 4469 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 171 FileMgr->getFileSystemOpts().WorkingDir = std::string(WorkingDirectory); in runInvocation()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 371 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
|
| /llvm-project-15.0.7/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 571 Diags, CI.getFileSystemOpts()); in loadFromDump()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1382 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()
|