Lines Matching refs:FnStats
279 auto &FnStats = FnStatMap[FnPrefix]; in collectStatsForDie() local
413 FnStats.VarsInFunction.insert(VarID); in collectStatsForDie()
434 FnStats.ConstantMembers++; in collectStatsForDie()
438 FnStats.TotalVarWithLoc += (unsigned)HasLoc; in collectStatsForDie()
441 FnStats.NumArtificial++; in collectStatsForDie()
446 FnStats.NumParams++; in collectStatsForDie()
448 FnStats.NumParamTypes++; in collectStatsForDie()
450 FnStats.NumParamSourceLocations++; in collectStatsForDie()
452 FnStats.NumParamLocations++; in collectStatsForDie()
454 FnStats.NumLocalVars++; in collectStatsForDie()
456 FnStats.NumLocalVarTypes++; in collectStatsForDie()
458 FnStats.NumLocalVarSourceLocations++; in collectStatsForDie()
460 FnStats.NumLocalVarLocations++; in collectStatsForDie()
573 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive() local
574 FnStats.IsFunction = true; in collectStatsRecursive()
576 FnStats.NumFnInlined++; in collectStatsRecursive()
578 FnStats.NumAbstractOrigins++; in collectStatsRecursive()
580 FnStats.NumFnOutOfLine++; in collectStatsRecursive()
584 FnStats.HasSourceLocation = true; in collectStatsRecursive()