Lines Matching defs:VarGrpMap
3001 const std::map<const VarDecl *, unsigned> &VarGrpMap;
3007 const std::map<const VarDecl *, unsigned> &VarGrpMap,
3009 : Groups(Groups), VarGrpMap(VarGrpMap),
3021 auto It = VarGrpMap.find(Var);
3023 if (It == VarGrpMap.end())
3226 // `VarGrpMap` maps variables that need fix to the groups (indexes) that the
3228 // `VarGrpMap` is complete in that every variable that needs fix is in it.
3229 std::map<const VarDecl *, unsigned> VarGrpMap;
3260 VarGrpMap[V] = GrpIdx;
3304 VariableGroupsManagerImpl VarGrpMgr(Groups, VarGrpMap, GrpsUnionForParms);