Searched refs:getFileSystemOpts (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 274 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function 275 return Invocation->getFileSystemOpts(); in getFileSystemOpts() 277 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function 278 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
|
H A D | CompilerInvocation.h | 165 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 167 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
|
H A D | ASTUnit.h | 479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | FileManager.h | 240 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 241 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTMerge.cpp | 51 CI.getFileSystemOpts(), false); in ExecuteAction()
|
H A D | FrontendAction.cpp | 580 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile() 648 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
|
H A D | ASTUnit.cpp | 1167 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1491 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1692 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1767 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
|
H A D | PrecompiledPreamble.cpp | 387 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
|
H A D | CompilerInstance.cpp | 377 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
|
H A D | CompilerInvocation.cpp | 4378 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl() 4389 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 99 FileMgr->getFileSystemOpts().WorkingDir = std::string(WorkingDirectory); in runInvocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 348 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 182 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 543 Diags, CI.getFileSystemOpts()); in loadFromDump()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1291 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()
|