Home | History | Annotate | Download | only in AST

Lines Matching defs:UD

6642     RecordDecl *UD = UT->getDecl();
6643 if (UD->hasAttr<TransparentUnionAttr>()) {
6644 for (RecordDecl::field_iterator it = UD->field_begin(),
6645 itend = UD->field_end(); it != itend; ++it) {