Lines Matching refs:getLValueBase
9894 if (FromValue.getLValueBase()) { in ImportAPValue()
9895 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue()
9898 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue()
9900 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue()
9906 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9907 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9910 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue()
9912 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue()
9916 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9917 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9920 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()
9922 Err, FromValue.getLValueBase().get<TypeInfoLValue>().getType()); in ImportAPValue()
9924 importChecked(Err, FromValue.getLValueBase().getTypeInfoType()); in ImportAPValue()