Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInvocation.h207 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
209 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
HDCompilerInstance.h278 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function
279 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
281 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
282 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
HDASTUnit.h479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFileManager.h352 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
353 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTMerge.cpp51 CI.getFileSystemOpts(), false); in ExecuteAction()
HDFrontendAction.cpp568 ASTDiags, CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
634 CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
HDASTUnit.cpp1163 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1501 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1711 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1785 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
HDPrecompiledPreamble.cpp318 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
HDCompilerInstance.cpp317 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
HDCompilerInvocation.cpp3556 ParseFileSystemArgs(Res.getFileSystemOpts(), Args); in CreateFromArgs()
3564 Res.getFileSystemOpts().WorkingDir); in CreateFromArgs()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningWorker.cpp121 FileMgr->getFileSystemOpts().WorkingDir = WorkingDirectory; in runInvocation()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.cpp360 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts()); in operator ()()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp337 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDARCMT.cpp181 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp1248 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()