Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h140 const FileSystemOptions &getFileSystemOpts() const { return *FSOpts; } in getFileSystemOpts() function
236 using CompilerInvocationBase::getFileSystemOpts;
253 FileSystemOptions &getFileSystemOpts() { return *FSOpts; } in getFileSystemOpts() function
H A DCompilerInstance.h283 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function
284 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
286 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
287 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
H A DASTUnit.h482 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h242 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
243 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp51 CI.getFileSystemOpts(), CI.getHeaderSearchOptsPtr()); in ExecuteAction()
H A DFrontendAction.cpp623 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile()
691 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
H A DASTUnit.cpp1201 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1526 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1727 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1811 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
H A DPrecompiledPreamble.cpp487 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
H A DCompilerInvocation.cpp166 FSOpts = make_shared_copy(X.getFileSystemOpts()); in deep_copy_assign()
4595 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl()
4606 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
4829 GenerateFileSystemArgs(getFileSystemOpts(), Consumer); in generateCC1CommandLine()
H A DCompilerInstance.cpp384 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp413 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp571 Diags, CI.getFileSystemOpts(), CI.getHeaderSearchOptsPtr()); in loadFromDump()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1493 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()