Searched refs:getFileSystemOpts (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 140 const FileSystemOptions &getFileSystemOpts() const { return *FSOpts; } in getFileSystemOpts() function 241 using CompilerInvocationBase::getFileSystemOpts; 258 FileSystemOptions &getFileSystemOpts() { return *FSOpts; } in getFileSystemOpts() function
|
| H A D | CompilerInstance.h | 296 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 D | ASTUnit.h | 494 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileManager.h | 216 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 D | ASTMerge.cpp | 50 nullptr, Diags, CI.getFileSystemOpts(), CI.getHeaderSearchOpts()); in ExecuteAction()
|
| H A D | ASTUnit.cpp | 1214 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 D | FrontendAction.cpp | 778 nullptr, ASTDiags, CI.getFileSystemOpts(), CI.getHeaderSearchOpts()); in BeginSourceFile() 845 Diags, CI.getFileSystemOpts(), CI.getHeaderSearchOpts(), in BeginSourceFile()
|
| H A D | PrecompiledPreamble.cpp | 486 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
|
| H A D | CompilerInvocation.cpp | 152 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 D | CompilerInstance.cpp | 385 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 411 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 571 ASTUnit::LoadEverything, DiagOpts, Diags, CI.getFileSystemOpts(), in loadFromDump()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 547 const auto &FileSystemOpts = CI.getFileSystemOpts(); in isSafeToIgnoreCWD()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1669 const FileSystemOptions &FSOpts = FileMgr.getFileSystemOpts(); in WriteControlBlock()
|