Home | History | Annotate | Download | only in Sema

Lines Matching full:subobject

1321   // to each base class subobject.
1362 // class subobject yet.
3440 // inner type in some way as a subobject.
7234 /// \param CopyingBaseSubobject Whether we're copying/moving a base subobject.
7235 /// Otherwise, it's a non-static member subobject.
7248 // Each subobject is assigned in the manner appropriate to its type:
7250 // - if the subobject is of class type, as if by a call to operator= with
7251 // the subobject as the object expression and the corresponding
7252 // subobject of x as a single function argument (as if by explicit
7280 // ensure that we're getting the right base class subobject (without
7281 // ambiguities), we need to cast "this" to that subobject type; to
7325 // - if the subobject is of scalar type, the built-in assignment
7336 // - if the subobject is an array, each element is assigned, in the