Searched refs:CollectStats (Results 1 – 4 of 4) sorted by relevance
123 std::swap(OldCollectStats, S.CollectStats); in ParseAST()179 std::swap(OldCollectStats, S.CollectStats); in ParseAST()
2178 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) { in IssueWarnings()2228 if (S.CollectStats && AC.isCFGBuilt()) { in IssueWarnings()
122 SourceMgr(PP.getSourceManager()), CollectStats(false), in Sema()
330 bool CollectStats; variable