Searched refs:CollectStats (Results 1 – 12 of 12) sorted by relevance
122 std::swap(OldCollectStats, S.CollectStats); in ParseAST()169 std::swap(OldCollectStats, S.CollectStats); in ParseAST()
123 std::swap(OldCollectStats, S.CollectStats); in ParseAST()180 std::swap(OldCollectStats, S.CollectStats); in ParseAST()
279 void CollectStats(Stats *stats) const;
1397 void IcingDynamicTrie::CollectStats(Stats *stats) const { in CollectStats() function in icing::lib::IcingDynamicTrie2269 CollectStats(&stats); in GetDebugInfo()
60 trie.CollectStats(&stats); in StatsDump()
295 unsigned collectUses(RuntimeFunctionInfo &RFI, bool CollectStats = true) { in collectUses()301 if (CollectStats) { in collectUses()
2049 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) { in IssueWarnings()2093 if (S.CollectStats && AC.isCFGBuilt()) { in IssueWarnings()
81 CollectStats(false), CodeCompleter(CodeCompleter), in Sema()
2253 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) { in IssueWarnings()2302 if (S.CollectStats && AC.isCFGBuilt()) { in IssueWarnings()
155 SourceMgr(PP.getSourceManager()), CollectStats(false), in Sema()
304 bool CollectStats; variable
405 bool CollectStats; variable