Home | History | Annotate | Download | only in AST

Lines Matching defs:UD

6863     RecordDecl *UD = UT->getDecl();
6864 if (UD->hasAttr<TransparentUnionAttr>()) {
6865 for (RecordDecl::field_iterator it = UD->field_begin(),
6866 itend = UD->field_end(); it != itend; ++it) {