Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h277 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function
278 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
280 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
281 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
H A DCompilerInvocation.h170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
172 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
H A DASTUnit.h478 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileManager.h242 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function
243 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp156 ASTUnit::LoadASTOnly, DiagEngine, CI->getFileSystemOpts()); in HandleAST()
161 FileManager FM(CI->getFileSystemOpts()); in HandleAST()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTMerge.cpp51 CI.getFileSystemOpts(), false); in ExecuteAction()
H A DFrontendAction.cpp616 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile()
684 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
H A DASTUnit.cpp1193 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1517 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1718 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1795 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
H A DPrecompiledPreamble.cpp474 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
H A DCompilerInstance.cpp386 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
H A DCompilerInvocation.cpp4498 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl()
4509 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp382 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp571 Diags, CI.getFileSystemOpts()); in loadFromDump()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1428 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()