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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::CompilerInvocation
223 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h278 FileSystemOptions &getFileSystemOpts() { function in class:clang::CompilerInstance
279 return Invocation->getFileSystemOpts();
281 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInstance
282 return Invocation->getFileSystemOpts();
H A DASTUnit.h479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp51 CI.getFileSystemOpts(), false);
H A DFrontendAction.cpp579 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(),
647 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(),
H A DASTUnit.cpp1164 FileSystemOpts = Clang->getFileSystemOpts();
1502 AST->FileSystemOpts = CI->getFileSystemOpts();
1713 AST->FileSystemOpts = FileMgr->getFileSystemOpts();
1788 AST->FileSystemOpts = CI->getFileSystemOpts();
H A DPrecompiledPreamble.cpp390 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS));
H A DCompilerInstance.cpp321 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS));
H A DCompilerInvocation.cpp3742 ParseFileSystemArgs(Res.getFileSystemOpts(), Args);
3750 Res.getFileSystemOpts().WorkingDir);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h353 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::FileManager
354 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::FileManager
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp121 FileMgr->getFileSystemOpts().WorkingDir = std::string(WorkingDirectory);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp339 if (!Files->getFileSystemOpts().WorkingDir.empty())
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp182 FileManager FileMgr(origCI.getFileSystemOpts());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp544 Diags, CI.getFileSystemOpts());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1291 Context.getSourceManager().getFileManager().getFileSystemOpts();

Completed in 108 milliseconds