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

/external/clang/lib/AST/
H A DAPValue.cpp153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
342 LValueBase Base = getLValueBase();
511 const APValue::LValueBase APValue::getLValueBase() const { function in class:APValue
H A DExprConstant.cpp170 if (V.getLValueBase())
172 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
691 const APValue::LValueBase getLValueBase() const { return Base; } function in struct:__anon3490::LValue
707 Base = V.getLValueBase();
967 APValue::LValueBase Base = LVal.getLValueBase();
1106 if (!Value.getLValueBase()) {
1114 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
1562 Info, O->getLValueBase().get<const Expr*>(), Index, SubType));
1829 Base = RVal.getLValueBase().get<const Expr*>();
1835 NoteLValueLocation(Info, RVal.getLValueBase());
[all...]

Completed in 76 milliseconds