Home | History | Annotate | Download | only in Sema

Lines Matching refs:OwnedType

53 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
54 if (OwnedType) {
55 Decl *Group[2] = { OwnedType, Ptr };