Home | History | Annotate | Download | only in Sema

Lines Matching refs:RDecl

2110     RecordDecl *RDecl = RType->getDecl();
2111 if (RDecl->isUnion())
2114 NumElements = std::distance(RDecl->field_begin(),
2115 RDecl->field_end());