Home | History | Annotate | Download | only in AST

Lines Matching defs:UD

6806     RecordDecl *UD = UT->getDecl();
6807 if (UD->hasAttr<TransparentUnionAttr>()) {
6808 for (const auto *I : UD->fields()) {