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

/external/clang/lib/AST/
H A DAPValue.cpp27 struct LVBase { struct in namespace:__anon15091
35 struct APValue::LV : LVBase {
37 (MaxSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp875 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) { argument
876 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) {
893 Expr *E = const_cast<Expr*>(LVBase.get<const Expr*>());
1072 if (APValue::LValueBase LVBase = Value.getLValueBase()) {
1077 const_cast<Expr*>(LVBase.get<const Expr*>()));
1080 C = ConstExprEmitter(*this, CGF).EmitLValue(LVBase);

Completed in 162 milliseconds