Searched refs:CollectStats (Results 1 – 7 of 7) sorted by relevance
124 std::swap(OldCollectStats, S.CollectStats); in ParseAST()193 std::swap(OldCollectStats, S.CollectStats); in ParseAST()
45 void TargetStats::CollectStats(Target &target) { in CollectStats() function in TargetStats113 CollectStats(target); in ToJSON()
201 void CollectStats(Target &target);
2731 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) { in IssueWarnings()2791 if (S.CollectStats && AC.isCFGBuilt()) { in IssueWarnings()
216 : SemaBase(*this), CollectStats(false), TUKind(TUKind), in Sema()
501 unsigned collectUses(RuntimeFunctionInfo &RFI, bool CollectStats = true) { in collectUses()507 if (CollectStats) { in collectUses()
934 bool CollectStats; variable