Searched refs:PCHWithHdrStop (Results 1 – 4 of 4) sorted by relevance
81 bool PCHWithHdrStop = false; variable
67 CI.getPreprocessorOpts().PCHWithHdrStop = false; in disableUnsupportedOptions()
627 return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop; in creatingPCHWithPragmaHdrStop()631 return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop; in usingPCHWithPragmaHdrStop()
4178 if (Opts.PCHWithHdrStop && !Opts.PCHWithHdrStopCreate) in GeneratePreprocessorArgs()4250 Opts.PCHWithHdrStop = Args.hasArg(OPT_pch_through_hdrstop_create) || in ParsePreprocessorArgs()