Lines Matching refs:RecordDecl
71 void Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
350 RecordDecl *RD = ILE->getType()->getAs<RecordType>()->getDecl();
356 for (RecordDecl::field_iterator Field = RD->field_begin(),
405 void ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD,
446 for (RecordDecl::field_iterator Field = RD->field_begin(),
475 RecordDecl *RD = Ty->getAs<RecordType>()->getDecl();
544 const RecordDecl *RD = ValTy->castAs<RecordType>()->getDecl();
1301 for (RecordDecl::field_iterator I = RD->field_begin(),