Searched refs:getLValueBase (Results 1 - 5 of 5) 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:__anon1441::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...]
/external/clang/include/clang/AST/
H A DAPValue.h248 const LValueBase getLValueBase() const;
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) {
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4372 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) ||
4986 if (auto *E = Value.getLValueBase().dyn_cast<const Expr*>()) {
4996 Value.getLValueBase().dyn_cast<const ValueDecl *>());

Completed in 162 milliseconds