Lines Matching refs:getLValueBase
5208 Value.getLValueBase().is<const Expr *>() << 2 | in AddAPValue()
5209 Value.getLValueBase().is<TypeInfoLValue>() << 3 | in AddAPValue()
5211 static_cast<bool>(Value.getLValueBase()) << 5); in AddAPValue()
5213 if (Value.getLValueBase()) { in AddAPValue()
5214 assert(!Value.getLValueBase().is<DynamicAllocLValue>() && in AddAPValue()
5217 if (!Value.getLValueBase().is<TypeInfoLValue>()) { in AddAPValue()
5218 push_back(Value.getLValueBase().getCallIndex()); in AddAPValue()
5219 push_back(Value.getLValueBase().getVersion()); in AddAPValue()
5220 if (const auto *E = Value.getLValueBase().dyn_cast<const Expr *>()) { in AddAPValue()
5224 AddDeclRef(Value.getLValueBase().get<const ValueDecl *>()); in AddAPValue()
5225 ElemTy = Value.getLValueBase().get<const ValueDecl *>()->getType(); in AddAPValue()
5229 QualType(Value.getLValueBase().get<TypeInfoLValue>().getType(), 0)); in AddAPValue()
5230 AddTypeRef(Value.getLValueBase().getTypeInfoType()); in AddAPValue()
5231 ElemTy = Value.getLValueBase().getTypeInfoType(); in AddAPValue()