Home | History | Annotate | Download | only in Parse

Lines Matching refs:DeclsInGroup

1527   SmallVector<Decl *, 8> DeclsInGroup;
1537 DeclsInGroup.append(DG.begin(), DG.end());
1542 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup);