Home | History | Annotate | Download | only in Sema

Lines Matching refs:UD

1144       RecordDecl *UD = UT->getDecl();
1145 for (RecordDecl::field_iterator it = UD->field_begin(),
1146 itend = UD->field_end(); it != itend; ++it) {