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(),
377 LValueBase Base = getLValueBase();
553 const APValue::LValueBase APValue::getLValueBase() const { function in class:APValue
H A DExprConstant.cpp202 if (V.getLValueBase()) {
205 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
1075 const APValue::LValueBase getLValueBase() const { return Base; } function in struct:__anon1120::LValue
1091 Base = V.getLValueBase();
1405 APValue::LValueBase Base = LVal.getLValueBase();
1488 Info.EvaluatingDecl == This->getLValueBase())
1594 if (!Value.getLValueBase()) {
1602 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
2436 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(),
2552 Info, Subobj.getLValueBase()
[all...]

Completed in 209 milliseconds