Searched refs:CollectStats (Results 1 – 7 of 7) sorted by relevance
123 std::swap(OldCollectStats, S.CollectStats); in ParseAST()192 std::swap(OldCollectStats, S.CollectStats); in ParseAST()
46 void TargetStats::CollectStats(Target &target) { in CollectStats() function in TargetStats125 CollectStats(target); in ToJSON()
322 void CollectStats(Target &target);
3019 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) { in IssueWarnings()3088 if (S.CollectStats && AC.isCFGBuilt()) { in IssueWarnings()
274 : SemaBase(*this), CollectStats(false), TUKind(TUKind), in Sema()
514 unsigned collectUses(RuntimeFunctionInfo &RFI, bool CollectStats = true) { in collectUses()520 if (CollectStats) { in collectUses()
1201 bool CollectStats; variable