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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h207 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::CompilerInvocation
209 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-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp51 CI.getFileSystemOpts(), false);
H A DFrontendAction.cpp568 ASTDiags, CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs);
634 CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs);
H A DASTUnit.cpp1163 FileSystemOpts = Clang->getFileSystemOpts();
1501 AST->FileSystemOpts = CI->getFileSystemOpts();
1711 AST->FileSystemOpts = FileMgr->getFileSystemOpts();
1785 AST->FileSystemOpts = CI->getFileSystemOpts();
H A DPrecompiledPreamble.cpp318 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS));
H A DCompilerInstance.cpp317 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS));
H A DCompilerInvocation.cpp3556 ParseFileSystemArgs(Res.getFileSystemOpts(), Args);
3564 Res.getFileSystemOpts().WorkingDir);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h352 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::FileManager
353 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::FileManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp121 FileMgr->getFileSystemOpts().WorkingDir = WorkingDirectory;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp360 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp337 if (!Files->getFileSystemOpts().WorkingDir.empty())
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp181 FileManager FileMgr(origCI.getFileSystemOpts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1248 Context.getSourceManager().getFileManager().getFileSystemOpts();

Completed in 301 milliseconds