Home
last modified time | relevance | path

Searched refs:BaseRT (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprScalar.cpp1784 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local
1785 CXXRecordDecl *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); in VisitOffsetOfExpr()
/external/clang/lib/AST/
DExprConstant.cpp5300 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local
5301 if (!BaseRT) in VisitOffsetOfExpr()
5305 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in VisitOffsetOfExpr()