Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitField

6391   FieldDecl *InitField = 0;
6403 InitField = *it;
6411 InitField = *it;
6420 InitField = *it;
6425 if (!InitField)
6428 ConstructTransparentUnion(*this, Context, RHS, ArgType, InitField);