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

/external/clang/lib/AST/
H A DAPValue.cpp27 struct LVBase { struct in namespace:__anon17708
35 struct APValue::LV : LVBase {
37 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp860 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { argument
861 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) {
878 Expr *E = const_cast<Expr*>(LVBase.get<const Expr*>());
1057 if (APValue::LValueBase LVBase = Value.getLValueBase()) {
1062 const_cast<Expr*>(LVBase.get<const Expr*>()));
1065 C = ConstExprEmitter(*this, CGF).EmitLValue(LVBase);

Completed in 1637 milliseconds