Home | History | Annotate | Download | only in AST

Lines Matching refs:Groups

2884   // 1) Group overloads by declaration name. New groups are added to the
2890 SmallVector<MethodGroup, 10> Groups;
2900 std::make_pair(ND->getDeclName(), Groups.size()));
2902 Groups.push_back(MethodGroup());
2905 Groups[J->second].push_back(MD->getCanonicalDecl());
2908 for (const MethodGroup &Group : Groups)