Home
last modified time | relevance | path

Searched refs:LVBase (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.cpp27 struct LVBase { struct
35 struct APValue::LV : LVBase {
37 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp980 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { in EmitLValue() argument
981 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) { in EmitLValue()
999 Expr *E = const_cast<Expr*>(LVBase.get<const Expr*>()); in EmitLValue()
1259 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue() local
1264 const_cast<Expr*>(LVBase.get<const Expr*>())); in EmitConstantValue()
1267 C = ConstExprEmitter(*this, CGF).EmitLValue(LVBase); in EmitConstantValue()