Home
last modified time | relevance | path

Searched refs:ShowStats (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendOptions.h129 unsigned ShowStats : 1; ///< Show frontend performance variable
277 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
/external/clang/lib/Frontend/
DFrontendAction.cpp500 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
556 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
DCompilerInstance.cpp866 if (getFrontendOpts().ShowStats) in ExecuteAction()
900 if (getFrontendOpts().ShowStats && hasFileManager()) { in ExecuteAction()
DCompilerInvocation.cpp1185 Opts.ShowStats = Args.hasArg(OPT_print_stats); in ParseFrontendArgs()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp210 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()