Home
last modified time | relevance | path

Searched refs:getFileSystemOpts (Results 1 – 14 of 14) 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.h296 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function
297 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
299 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
300 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
H A DASTUnit.h494 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h216 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
217 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp50 nullptr, Diags, CI.getFileSystemOpts(), CI.getHeaderSearchOpts()); in ExecuteAction()
H A DASTUnit.cpp1214 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1545 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1752 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1838 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
H A DFrontendAction.cpp778 nullptr, ASTDiags, CI.getFileSystemOpts(), CI.getHeaderSearchOpts()); in BeginSourceFile()
845 Diags, CI.getFileSystemOpts(), CI.getHeaderSearchOpts(), in BeginSourceFile()
H A DPrecompiledPreamble.cpp486 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
H A DCompilerInvocation.cpp152 FSOpts = make_shared_copy(X.getFileSystemOpts()); in deep_copy_assign()
5134 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl()
5145 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
5390 GenerateFileSystemArgs(getFileSystemOpts(), Consumer); in generateCC1CommandLine()
H A DCompilerInstance.cpp385 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp411 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp571 ASTUnit::LoadEverything, DiagOpts, Diags, CI.getFileSystemOpts(), in loadFromDump()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp547 const auto &FileSystemOpts = CI.getFileSystemOpts(); in isSafeToIgnoreCWD()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1669 const FileSystemOptions &FSOpts = FileMgr.getFileSystemOpts(); in WriteControlBlock()