Searched refs:isStrictlyPreprocessorAction (Results 1 – 1 of 1) sorted by relevance
4045 static bool isStrictlyPreprocessorAction(frontend::ActionKind Action) { in isStrictlyPreprocessorAction() function4247 if (isStrictlyPreprocessorAction(Action)) in ParsePreprocessorArgs()4269 bool Generate_dM = isStrictlyPreprocessorAction(Action) && !Opts.ShowCPP; in GeneratePreprocessorOutputArgs()4294 Opts.ShowCPP = isStrictlyPreprocessorAction(Action) && !Args.hasArg(OPT_dM); in ParsePreprocessorOutputArgs()