Searched refs:PrintPreprocessedInput (Results 1 – 3 of 3) sorted by relevance
46 PrintPreprocessedInput, ///< -E mode. enumerator
75 case PrintPreprocessedInput: { in CreateFrontendBaseAction()
459 case frontend::PrintPreprocessedInput: return "-E"; in getActionName()1523 Opts.ProgramAction = frontend::PrintPreprocessedInput; break; in ParseFrontendArgs()