Searched refs:getPointeeCXXRecordDecl (Results 1 – 10 of 10) sorted by relevance
228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType()269 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl(); in evalDerivedToBase()291 return SR->getSymbol()->getType()->getPointeeCXXRecordDecl(); in getCXXRecordType()
142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()143 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
751 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()761 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
9140 return (RT && RT->getPointeeCXXRecordDecl() == Derived) ? 2 : 1; in minParamsToInherit()
162 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl()) in isSetOnReadPtrType()
1507 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type
1836 const CXXRecordDecl *getPointeeCXXRecordDecl() const;
1421 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr()
847 auto Derived = CE->getSubExpr()->getType()->getPointeeCXXRecordDecl(); in EmitPointerWithAlignment()
1079 const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl(); in getOrCreateInstanceMethodType()