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()
154 if (!this->PPOpts->PCHThroughHeader.empty() && in Preprocessor()
155 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
158 if (this->PPOpts->GeneratePreamble) in Preprocessor()
576 if (!PPOpts->PCHThroughHeader.empty()) { in EnterMainSourceFile()
580 SourceLocation(), PPOpts->PCHThroughHeader, in EnterMainSourceFile()
587 << PPOpts->PCHThroughHeader; in EnterMainSourceFile()
613 return TUKind == TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in creatingPCHWithThroughHeader()
618 return TUKind != TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in usingPCHWithThroughHeader()
623 return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop; in creatingPCHWithPragmaHdrStop()
627 return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop; in usingPCHWithPragmaHdrStop()
672 << PPOpts->PCHThroughHeader << 1; in SkipTokensWhileUsingPCH()
673 else if (!PPOpts->PCHWithHdrStopCreate) in SkipTokensWhileUsingPCH()