Home | History | Annotate | Download | only in Parse

Lines Matching full:printstats

100                      ASTContext &Ctx, bool PrintStats,
111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
116 if (PrintStats) {
122 bool OldCollectStats = PrintStats;
171 if (PrintStats) {
173 P.getActions().PrintStats();
174 S.getASTContext().PrintStats();
175 Decl::PrintStats();
176 Stmt::PrintStats();
177 Consumer->PrintStats();