Home | History | Annotate | Download | only in Sema

Lines Matching full:anonymous

740     // accesses an anonymous struct/union that's a static member of
742 // static data members cannot be anonymous structs or unions.
744 assert(!baseObjectExpr && "anonymous struct/union is static data member?");
761 // anonymous struct/union fields we're looking into.
775 // We've found a member of an anonymous struct/union that is
776 // inside a non-anonymous struct/union, so in a well-formed
794 // anonymous struct/union.
803 // Make a nameInfo that properly uses the anonymous name.
1011 // We may have found a field within an anonymous union or struct
1707 // We may have found a field within an anonymous union or struct
1709 // FIXME: template-ids inside anonymous structs?