Lines Matching defs:VarGrpMap
3607 const std::map<const VarDecl *, unsigned> &VarGrpMap;
3613 const std::map<const VarDecl *, unsigned> &VarGrpMap,
3615 : Groups(Groups), VarGrpMap(VarGrpMap),
3627 auto It = VarGrpMap.find(Var);
3629 if (It == VarGrpMap.end())
3804 // `VarGrpMap` maps variables that need fix to the groups (indexes) that the
3806 // `VarGrpMap` is complete in that every variable that needs fix is in it.
3807 std::map<const VarDecl *, unsigned> VarGrpMap;
3838 VarGrpMap[V] = GrpIdx;
3882 VariableGroupsManagerImpl VarGrpMgr(Groups, VarGrpMap, GrpsUnionForParms);