Searched refs:BaseRT (Results 1 – 3 of 3) sorted by relevance
914 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in InterpretOffsetOf() local915 if (!BaseRT) in InterpretOffsetOf()919 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in InterpretOffsetOf()
3028 auto *BaseRT = CurrentType->castAs<RecordType>(); in VisitOffsetOfExpr() local3029 auto *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); in VisitOffsetOfExpr()
13812 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local13813 if (!BaseRT) in VisitOffsetOfExpr()13817 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in VisitOffsetOfExpr()