Home
last modified time | relevance | path

Searched refs:getLValueBase (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp153 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(), in APValue()
156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(), in APValue()
377 LValueBase Base = getLValueBase(); in printPretty()
553 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase() function in APValue
DExprConstant.cpp202 if (V.getLValueBase()) { in SubobjectDesignator()
205 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()), in SubobjectDesignator()
1075 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function
1091 Base = V.getLValueBase(); in setFrom()
1405 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
1488 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
1594 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
1602 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool()
2436 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(), in findSubobject()
2552 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
[all …]
/external/clang/include/clang/AST/
DAPValue.h248 const LValueBase getLValueBase() const;
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1293 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue()
/external/clang/lib/Sema/
DSemaTemplate.cpp4372 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) || in isNullPointerValueTemplateArgument()
4986 if (auto *E = Value.getLValueBase().dyn_cast<const Expr*>()) { in CheckTemplateArgument()
4996 Value.getLValueBase().dyn_cast<const ValueDecl *>()); in CheckTemplateArgument()