Searched refs:BaseRT (Results 1 – 3 of 3) sorted by relevance
1512 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in InterpretOffsetOf() local1513 if (!BaseRT) in InterpretOffsetOf()1517 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in InterpretOffsetOf()
3302 auto *BaseRT = CurrentType->castAs<RecordType>(); in VisitOffsetOfExpr() local3303 auto *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); in VisitOffsetOfExpr()
14185 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local14186 if (!BaseRT) in VisitOffsetOfExpr()14190 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in VisitOffsetOfExpr()