Lines Matching refs:FnStats
225 auto &FnStats = FnStatMap[FnPrefix]; in collectStatsForDie() local
341 FnStats.VarsInFunction.insert(VarID); in collectStatsForDie()
362 FnStats.ConstantMembers++; in collectStatsForDie()
366 FnStats.TotalVarWithLoc += (unsigned)HasLoc; in collectStatsForDie()
369 FnStats.NumArtificial++; in collectStatsForDie()
374 FnStats.NumParams++; in collectStatsForDie()
376 FnStats.NumParamTypes++; in collectStatsForDie()
378 FnStats.NumParamSourceLocations++; in collectStatsForDie()
380 FnStats.NumParamLocations++; in collectStatsForDie()
382 FnStats.NumLocalVars++; in collectStatsForDie()
384 FnStats.NumLocalVarTypes++; in collectStatsForDie()
386 FnStats.NumLocalVarSourceLocations++; in collectStatsForDie()
388 FnStats.NumLocalVarLocations++; in collectStatsForDie()
442 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive() local
443 FnStats.IsFunction = true; in collectStatsRecursive()
445 FnStats.NumFnInlined++; in collectStatsRecursive()
447 FnStats.NumAbstractOrigins++; in collectStatsRecursive()
449 FnStats.NumFnOutOfLine++; in collectStatsRecursive()
453 FnStats.HasSourceLocation = true; in collectStatsRecursive()