Searched refs:BaseRT (Results 1 – 2 of 2) sorted by relevance
3013 auto *BaseRT = CurrentType->castAs<RecordType>(); in VisitOffsetOfExpr() local3014 auto *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); in VisitOffsetOfExpr()
13471 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local13472 if (!BaseRT) in VisitOffsetOfExpr()13476 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in VisitOffsetOfExpr()