Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp27 struct LVBase { struct
35 struct APValue::LV : LVBase {
37 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
/external/clang/lib/CodeGen/
DCGExprConstant.cpp995 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { in EmitLValue() argument
996 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() local
1298 const_cast<Expr*>(LVBase.get<const Expr*>())); in EmitConstantValue()
1301 C = ConstExprEmitter(*this, CGF).EmitLValue(LVBase).getPointer(); in EmitConstantValue()
/external/llvm-project/clang/lib/AST/
DAPValue.cpp158 struct LVBase { struct
213 struct APValue::LV : LVBase {
215 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
DExprConstant.cpp665 APValue::LValueBase LVBase, APValue &Value,
6547 APValue::LValueBase LVBase, APValue &Value, in HandleDestruction() argument
6555 LV.set({LVBase}); in HandleDestruction()