Searched refs:PCHWithHdrStop (Results 1 – 4 of 4) sorted by relevance
61 bool PCHWithHdrStop = false; variable
83 CI->getPreprocessorOpts().PCHWithHdrStop = false; in buildCompilerInvocation()
618 return TUKind == TU_Prefix && PPOpts->PCHWithHdrStop; in creatingPCHWithPragmaHdrStop()622 return TUKind != TU_Prefix && PPOpts->PCHWithHdrStop; in usingPCHWithPragmaHdrStop()
3627 Opts.PCHWithHdrStop = Args.hasArg(OPT_pch_through_hdrstop_create) || in ParsePreprocessorArgs()