Searched refs:LVBase (Results 1 – 2 of 2) sorted by relevance
27 struct LVBase { struct35 struct APValue::LV : LVBase {37 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
995 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { in EmitLValue() argument996 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) { in EmitLValue()1017 Expr *E = const_cast<Expr*>(LVBase.get<const Expr*>()); in EmitLValue()1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local1298 const_cast<Expr*>(LVBase.get<const Expr*>())); in EmitConstantValue()1301 C = ConstExprEmitter(*this, CGF).EmitLValue(LVBase).getPointer(); in EmitConstantValue()