Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitField

5668   FieldDecl *InitField = 0;
5680 InitField = *it;
5688 InitField = *it;
5697 InitField = *it;
5702 if (!InitField)
5705 ConstructTransparentUnion(*this, Context, RHS, ArgType, InitField);