Searched refs:ShowStats (Results 1 – 5 of 5) sorted by relevance
129 unsigned ShowStats : 1; ///< Show frontend performance variable277 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
500 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()556 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
866 if (getFrontendOpts().ShowStats) in ExecuteAction()900 if (getFrontendOpts().ShowStats && hasFileManager()) { in ExecuteAction()
1185 Opts.ShowStats = Args.hasArg(OPT_print_stats); in ParseFrontendArgs()
210 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()