Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp1979 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local
1980 CXXRecordDecl *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); in VisitOffsetOfExpr()
/external/clang/lib/AST/
DExprConstant.cpp7965 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr() local
7966 if (!BaseRT) in VisitOffsetOfExpr()
7970 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl())); in VisitOffsetOfExpr()