Home | History | Annotate | Download | only in Sema

Lines Matching defs:Group

52     Decl *Group[2] = { OwnedType, Ptr };
53 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
3963 // Set up the special work-group-local storage class for variables in the
6851 Decl **Group, unsigned NumDecls) {
6858 if (Decl *D = Group[i])
6866 /// group, performing any necessary semantic checking.
6868 Sema::BuildDeclaratorGroup(Decl **Group, unsigned NumDecls,
6882 if (VarDecl *D = dyn_cast<VarDecl>(Group[i])) {
6909 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, NumDecls));
7785 // associated typedef (from an earlier typedef in this decl group).