Lines Matching refs:getLValueBase
9740 if (FromValue.getLValueBase()) { in ImportAPValue()
9741 assert(!FromValue.getLValueBase().is<DynamicAllocLValue>() && in ImportAPValue()
9744 if (!FromValue.getLValueBase().is<TypeInfoLValue>()) { in ImportAPValue()
9746 FromValue.getLValueBase().dyn_cast<const Expr *>()) { in ImportAPValue()
9752 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9753 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9756 FromValue.getLValueBase().get<const ValueDecl *>()->getType(); in ImportAPValue()
9758 Err, FromValue.getLValueBase().get<const ValueDecl *>()); in ImportAPValue()
9762 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9763 FromValue.getLValueBase().getVersion()); in ImportAPValue()
9766 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()
9768 Err, FromValue.getLValueBase().get<TypeInfoLValue>().getType()); in ImportAPValue()
9770 importChecked(Err, FromValue.getLValueBase().getTypeInfoType()); in ImportAPValue()