Lines Matching refs:getLValueBase
9065 if (FromValue.getLValueBase()) { in ImportAPValue()
9066 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue()
9069 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue()
9071 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue()
9077 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9078 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9081 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue()
9083 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue()
9087 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9088 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9091 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()
9094 QualType(FromValue.getLValueBase().get<TypeInfoLValue>().getType(), in ImportAPValue()
9097 importChecked(Err, FromValue.getLValueBase().getTypeInfoType()); in ImportAPValue()