Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h140 const FileSystemOptions &getFileSystemOpts() const { return *FSOpts; } in getFileSystemOpts() function
241 using CompilerInvocationBase::getFileSystemOpts;
258 FileSystemOptions &getFileSystemOpts() { return *FSOpts; } in getFileSystemOpts() function
H A DCompilerInstance.h304 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function
305 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
307 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
308 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
H A DASTUnit.h482 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h248 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
249 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp629 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile()
697 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
H A DASTUnit.cpp1213 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1539 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1740 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1824 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
H A DPrecompiledPreamble.cpp488 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
H A DCompilerInvocation.cpp166 FSOpts = make_shared_copy(X.getFileSystemOpts()); in deep_copy_assign()
4802 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl()
4813 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
5039 GenerateFileSystemArgs(getFileSystemOpts(), Consumer); in generateCC1CommandLine()
H A DCompilerInstance.cpp384 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp413 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1606 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()