Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclGroupPtrTy

50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
53 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
56 return DeclGroupPtrTy::make(DeclGroupRef(Ptr));
6849 Sema::DeclGroupPtrTy
6867 Sema::DeclGroupPtrTy
6909 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, NumDecls));