Searched refs:BaseRT (Results 1 – 3 of 3) sorted by relevance
2801 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in InterpretOffsetOf() local2802 if (!BaseRT) in InterpretOffsetOf()2806 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in InterpretOffsetOf()
3558 auto *BaseRT = CurrentType->castAs<RecordType>(); in VisitOffsetOfExpr() local3559 auto *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); in VisitOffsetOfExpr()
15061 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local15062 if (!BaseRT) in VisitOffsetOfExpr()15066 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in VisitOffsetOfExpr()