Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsCXXRecordDecl

234       VirtualBase = VBaseType->getAsCXXRecordDecl();
246 const CXXRecordDecl *Base = Element.Base->getType()->getAsCXXRecordDecl();
348 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
384 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
725 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
746 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
1746 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
1820 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
1849 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
2320 RD->vbases_begin()->getType()->getAsCXXRecordDecl();
2675 return Bases.count(Specifier->getType()->getAsCXXRecordDecl());
2698 *CurRD = CurTy->getAsCXXRecordDecl();
2913 if (B.isVirtual() && B.getType()->getAsCXXRecordDecl() == Base)
3286 const CXXRecordDecl *Base = B.getType()->getAsCXXRecordDecl();
3339 VBasesSeen.insert(VB.getType()->getAsCXXRecordDecl());
3418 const CXXRecordDecl *Base = BS.getType()->getAsCXXRecordDecl();
3466 return BS.getType()->getAsCXXRecordDecl() == Base;
3702 const CXXRecordDecl *CurVBase = VB.getType()->getAsCXXRecordDecl();