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()
304 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
305 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in isSubGroupOfGroup()
306 if (isSubGroupOfGroup(Parents[i], GName)) in isSubGroupOfGroup()
349 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
350 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in markGroup()
351 markGroup(Parents[i]); in markGroup()
408 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local
409 for (unsigned j = 0, ej = Parents.size(); j != ej; ++j) { in compute()
410 if (groupInPedantic(Parents[j])) in compute()
417 if (Parents.size() > 0 && ParentsInPedantic == Parents.size()) in compute()