Searched refs:getPointeeCXXRecordDecl (Results 1 – 7 of 7) sorted by relevance
239 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType()280 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl(); in evalDerivedToBase()
139 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()140 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
1225 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr()1243 E->getType()->getPointeeCXXRecordDecl(); in VisitCastExpr()
990 const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl(); in getOrCreateInstanceMethodType()
535 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type
1681 const CXXRecordDecl *getPointeeCXXRecordDecl() const;
6200 RetType->getAsCXXRecordDecl() : RetType->getPointeeCXXRecordDecl(); in ActOnFunctionDeclarator()