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(),
376 LValueBase Base = getLValueBase();
547 const APValue::LValueBase APValue::getLValueBase() const { function in class:APValue
H A DExprConstant.cpp189 if (V.getLValueBase())
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
793 const APValue::LValueBase getLValueBase() const { return Base; } function in struct:__anon15118::LValue
809 Base = V.getLValueBase();
1121 APValue::LValueBase Base = LVal.getLValueBase();
1186 Info.EvaluatingDecl == This->getLValueBase())
1277 if (!Value.getLValueBase()) {
1285 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
2025 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(),
2141 Info, Subobj.getLValueBase()
[all...]

Completed in 596 milliseconds