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()
305 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
306 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in isSubGroupOfGroup()
307 if (isSubGroupOfGroup(Parents[i], GName)) in isSubGroupOfGroup()
350 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
351 for (unsigned i = 0, e = Parents.size(); i != e; ++i) in markGroup()
352 markGroup(Parents[i]); in markGroup()
408 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local
410 llvm::all_of(Parents, [&](Record *R) { return groupInPedantic(R); }); in compute()
415 if (Parents.size() > 0 && AllParentsInPedantic) in compute()