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()
580 if (!PPOpts->PCHThroughHeader.empty()) { in EnterMainSourceFile()
584 SourceLocation(), PPOpts->PCHThroughHeader, in EnterMainSourceFile()
591 << PPOpts->PCHThroughHeader; in EnterMainSourceFile()
617 return TUKind == TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in creatingPCHWithThroughHeader()
622 return TUKind != TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in usingPCHWithThroughHeader()
627 return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop; in creatingPCHWithPragmaHdrStop()
631 return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop; in usingPCHWithPragmaHdrStop()
676 << PPOpts->PCHThroughHeader << 1; in SkipTokensWhileUsingPCH()
677 else if (!PPOpts->PCHWithHdrStopCreate) in SkipTokensWhileUsingPCH()