Home | History | Annotate | Download | only in Sema

Lines Matching refs:Subobject

695     // Virtual bases constitute the same subobject.  Non-virtual bases are
710 // Recurse on to each base subobject.
792 for (CXXRecordDecl *Subobject : UnambiguousPublicSubobjects) {
797 CXXConstructorDecl *CD = LookupCopyingConstructor(Subobject, 0);
815 Context.addCopyConstructorForExceptionObject(Subobject, CD);