Lines Matching refs:HSOpts

519   HeaderSearchOptions &HSOpts;  member in __anon670461e70211::ASTInfoCollector
530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() argument
534 : PP(PP), Context(Context), HSOpts(HSOpts), PPOpts(PPOpts), in ASTInfoCollector()
550 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions() argument
555 this->HSOpts.ForceCheckCXX20ModulesInputFiles; in ReadHeaderSearchOptions()
556 llvm::SaveAndRestore X(this->HSOpts.UserEntries); in ReadHeaderSearchOptions()
557 llvm::SaveAndRestore Y(this->HSOpts.SystemHeaderPrefixes); in ReadHeaderSearchOptions()
558 llvm::SaveAndRestore Z(this->HSOpts.VFSOverlayFiles); in ReadHeaderSearchOptions()
560 this->HSOpts = HSOpts; in ReadHeaderSearchOptions()
561 this->HSOpts.ForceCheckCXX20ModulesInputFiles = in ReadHeaderSearchOptions()
567 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() argument
572 this->HSOpts.UserEntries = HSOpts.UserEntries; in ReadHeaderSearchPaths()
573 this->HSOpts.SystemHeaderPrefixes = HSOpts.SystemHeaderPrefixes; in ReadHeaderSearchPaths()
574 this->HSOpts.VFSOverlayFiles = HSOpts.VFSOverlayFiles; in ReadHeaderSearchPaths()
580 HSOpts.VFSOverlayFiles, PP.getDiagnostics(), in ReadHeaderSearchPaths()
793 std::shared_ptr<HeaderSearchOptions> HSOpts, bool OnlyLocalDecls, in LoadFromASTFile() argument
817 AST->HSOpts = HSOpts ? HSOpts : std::make_shared<HeaderSearchOptions>(); in LoadFromASTFile()
818 AST->HSOpts->ModuleFormat = std::string(PCHContainerRdr.getFormats().front()); in LoadFromASTFile()
819 AST->HeaderInfo.reset(new HeaderSearch(AST->HSOpts, in LoadFromASTFile()
854 *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts, in LoadFromASTFile()