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.cpp189 if (V.getLValueBase())
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
922 const APValue::LValueBase getLValueBase() const { return Base; } function in struct:__anon17735::LValue
938 Base = V.getLValueBase();
1249 APValue::LValueBase Base = LVal.getLValueBase();
1332 Info.EvaluatingDecl == This->getLValueBase())
1422 if (!Value.getLValueBase()) {
1430 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
2169 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(),
2285 Info, Subobj.getLValueBase()
[all...]

Completed in 88 milliseconds