Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h274 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 DCompilerInvocation.h165 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
167 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
H A DASTUnit.h479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h240 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 DASTMerge.cpp51 CI.getFileSystemOpts(), false); in ExecuteAction()
H A DFrontendAction.cpp580 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile()
648 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
H A DASTUnit.cpp1167 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 DPrecompiledPreamble.cpp387 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
H A DCompilerInstance.cpp377 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
H A DCompilerInvocation.cpp4378 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 DDependencyScanningWorker.cpp99 FileMgr->getFileSystemOpts().WorkingDir = std::string(WorkingDirectory); in runInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp348 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp182 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp543 Diags, CI.getFileSystemOpts()); in loadFromDump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1291 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()