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

/external/clang/lib/AST/
H A DAPValue.cpp27 struct LVBase { struct in namespace:__anon1413
35 struct APValue::LV : LVBase {
37 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp995 ConstantAddress EmitLValue(APValue::LValueBase LVBase) { argument
996 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) {
1017 Expr *E = const_cast<Expr*>(LVBase.get<const Expr*>());
1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) {
1298 const_cast<Expr*>(LVBase.get<const Expr*>()));
1301 C = ConstExprEmitter(*this, CGF).EmitLValue(LVBase).getPointer();

Completed in 156 milliseconds