Lines Matching refs:getLValueBase
10328 if (FromValue.getLValueBase()) { in ImportAPValue()
10329 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue()
10332 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue()
10334 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue()
10340 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
10341 FromValue.getLValueBase().getVersion()); in ImportAPValue()
10344 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue()
10346 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue()
10350 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
10351 FromValue.getLValueBase().getVersion()); in ImportAPValue()
10354 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()
10356 Err, FromValue.getLValueBase().get<TypeInfoLValue>().getType()); in ImportAPValue()
10358 importChecked(Err, FromValue.getLValueBase().getTypeInfoType()); in ImportAPValue()