Lines Matching refs:Parents
71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup() local
72 for (unsigned i = 0, e = Parents.size(); i != e; ++i) { in getCategoryFromDiagGroup()
73 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents); in getCategoryFromDiagGroup()
345 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
346 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in isSubGroupOfGroup()
347 if (isSubGroupOfGroup(Parents[i], GName)) in isSubGroupOfGroup()
388 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
389 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in markGroup()
390 markGroup(Parents[i]); in markGroup()
447 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local
448 for (unsigned j = 0, ej = Parents.size(); j != ej; ++j) { in compute()
449 if (groupInPedantic(Parents[j])) in compute()
456 if (Parents.size() > 0 && ParentsInPedantic == Parents.size()) in compute()