Searched refs:LVBase (Results 1 – 2 of 2) sorted by relevance
27 struct LVBase { struct35 struct APValue::LV : LVBase {37 (MaxSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
904 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { in EmitLValue() argument905 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) { in EmitLValue()924 Expr *E = const_cast<Expr*>(LVBase.get<const Expr*>()); in EmitLValue()1075 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local1080 const_cast<Expr*>(LVBase.get<const Expr*>())); in EmitConstantValue()1083 C = ConstExprEmitter(*this, CGF).EmitLValue(LVBase); in EmitConstantValue()