Lines Matching refs:PPOpts
79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor() argument
85 : PPOpts(std::move(PPOpts)), Diags(&diags), LangOpts(opts), in Preprocessor()
158 if (!this->PPOpts->PCHThroughHeader.empty() && in Preprocessor()
159 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
162 if (this->PPOpts->GeneratePreamble) in Preprocessor()
579 if (!PPOpts->PCHThroughHeader.empty()) { in EnterMainSourceFile()
583 SourceLocation(), PPOpts->PCHThroughHeader, in EnterMainSourceFile()
590 << PPOpts->PCHThroughHeader; in EnterMainSourceFile()
616 return TUKind == TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in creatingPCHWithThroughHeader()
621 return TUKind != TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in usingPCHWithThroughHeader()
626 return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop; in creatingPCHWithPragmaHdrStop()
630 return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop; in usingPCHWithPragmaHdrStop()
659 << PPOpts->PCHThroughHeader << 1; in SkipTokensWhileUsingPCH()
660 else if (!PPOpts->PCHWithHdrStopCreate) in SkipTokensWhileUsingPCH()