Lines Matching refs:PPOpts
83 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor() argument
89 : PPOpts(std::move(PPOpts)), Diags(&diags), LangOpts(opts), in Preprocessor()
162 if (!this->PPOpts->PCHThroughHeader.empty() && in Preprocessor()
163 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
166 if (this->PPOpts->GeneratePreamble) in Preprocessor()
583 if (!PPOpts->PCHThroughHeader.empty()) { in EnterMainSourceFile()
587 SourceLocation(), PPOpts->PCHThroughHeader, in EnterMainSourceFile()
594 << PPOpts->PCHThroughHeader; in EnterMainSourceFile()
620 return TUKind == TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in creatingPCHWithThroughHeader()
625 return TUKind != TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in usingPCHWithThroughHeader()
630 return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop; in creatingPCHWithPragmaHdrStop()
634 return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop; in usingPCHWithPragmaHdrStop()
663 << PPOpts->PCHThroughHeader << 1; in SkipTokensWhileUsingPCH()
664 else if (!PPOpts->PCHWithHdrStopCreate) in SkipTokensWhileUsingPCH()