Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getAsCXXRecordDecl

329       const CXXRecordDecl *VBase = I.getType()->getAsCXXRecordDecl();
921 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
934 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
953 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
987 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
1080 const CXXRecordDecl *RD = FI.getReturnType()->getAsCXXRecordDecl();
1768 const CXXRecordDecl *Base = B.getType()->getAsCXXRecordDecl();
1776 const CXXRecordDecl *Base = B.getType()->getAsCXXRecordDecl();
2010 const CXXRecordDecl *VBase = I.getType()->getAsCXXRecordDecl();
2646 if (BS.getType()->getAsCXXRecordDecl()->getCanonicalDecl() ==
3424 serializeClassHierarchy(Classes, Base.getType()->getAsCXXRecordDecl());
3892 CXXRecordDecl *RD = T->getAsCXXRecordDecl();
3935 if (const CXXRecordDecl *RD = PointeeType->getAsCXXRecordDecl()) {
3995 MostDerivedClass = T->getPointeeType()->getAsCXXRecordDecl();
3997 MostDerivedClass = T->getAsCXXRecordDecl();
4128 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl())