Home | History | Annotate | Download | only in Sema

Lines Matching refs:UD

845       RecordDecl *UD = UT->getDecl();
846 for (RecordDecl::field_iterator it = UD->field_begin(),
847 itend = UD->field_end(); it != itend; ++it) {