Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp1992 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local
1993 CXXRecordDecl *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); in VisitOffsetOfExpr()
/external/clang/lib/AST/
DExprConstant.cpp7669 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local
7670 if (!BaseRT) in VisitOffsetOfExpr()
7674 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in VisitOffsetOfExpr()