Home | History | Annotate | Download | only in AST

Lines Matching refs:Groups

2883   // 1) Group overloads by declaration name. New groups are added to the
2889 SmallVector<MethodGroup, 10> Groups;
2899 std::make_pair(ND->getDeclName(), Groups.size()));
2901 Groups.push_back(MethodGroup());
2904 Groups[J->second].push_back(MD->getCanonicalDecl());
2907 for (const MethodGroup &Group : Groups)