Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h206 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
208 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
H A DCompilerInstance.h286 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function
287 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
289 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
290 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
H A DASTUnit.h474 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h222 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
223 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp52 CI.getFileSystemOpts(), false); in ExecuteAction()
H A DASTUnit.cpp1091 FileMgr = new FileManager(FileMgr->getFileSystemOpts(), VFS); in Parse()
1139 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1475 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1684 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1756 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
H A DFrontendAction.cpp567 ASTDiags, CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
633 CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs); in BeginSourceFile()
H A DPrecompiledPreamble.cpp316 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
H A DCompilerInstance.cpp310 FileMgr = new FileManager(getFileSystemOpts(), VirtualFileSystem); in createFileManager()
H A DCompilerInvocation.cpp3269 ParseFileSystemArgs(Res.getFileSystemOpts(), Args); in CreateFromArgs()
3277 Res.getFileSystemOpts().WorkingDir); in CreateFromArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp310 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts())); in loadExternalAST()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp182 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp310 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1632 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()