Searched refs:getFileSystemOpts (Results 1 – 15 of 15) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 277 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 D | CompilerInvocation.h | 170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 172 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
|
H A D | ASTUnit.h | 478 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | FileManager.h | 242 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 D | ClangExtDefMapGen.cpp | 156 ASTUnit::LoadASTOnly, DiagEngine, CI->getFileSystemOpts()); in HandleAST() 161 FileManager FM(CI->getFileSystemOpts()); in HandleAST()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | ASTMerge.cpp | 51 CI.getFileSystemOpts(), false); in ExecuteAction()
|
H A D | FrontendAction.cpp | 616 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile() 684 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
|
H A D | ASTUnit.cpp | 1193 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 D | PrecompiledPreamble.cpp | 474 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
|
H A D | CompilerInstance.cpp | 386 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
|
H A D | CompilerInvocation.cpp | 4498 ParseFileSystemArgs(Res.getFileSystemOpts(), Args, Diags); in CreateFromArgsImpl() 4509 Res.getFileSystemOpts().WorkingDir); in CreateFromArgsImpl()
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/ |
H A D | Tooling.cpp | 382 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
|
/openbsd-src/gnu/llvm/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 571 Diags, CI.getFileSystemOpts()); in loadFromDump()
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1428 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()
|