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()
346 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
347 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in isSubGroupOfGroup()
348 if (isSubGroupOfGroup(Parents[i], GName)) in isSubGroupOfGroup()
389 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
390 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in markGroup()
391 markGroup(Parents[i]); in markGroup()
448 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local
449 for (unsigned j = 0, ej = Parents.size(); j != ej; ++j) { in compute()
450 if (groupInPedantic(Parents[j])) in compute()
457 if (Parents.size() > 0 && ParentsInPedantic == Parents.size()) in compute()