Searched refs:getLValueBase (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 153 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
|
D | ExprConstant.cpp | 201 if (V.getLValueBase()) { in SubobjectDesignator() 204 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()), in SubobjectDesignator() 999 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function 1015 Base = V.getLValueBase(); in setFrom() 1329 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression() 1412 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType() 1518 if (!Value.getLValueBase()) { in EvalPointerValueAsBool() 1526 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool() 2340 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(), in findSubobject() 2456 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString() [all …]
|
D | ASTDiagnostic.cpp | 1410 APValue::LValueBase FromBase = FromVal.getLValueBase(); in IsEqualExpr() 1411 APValue::LValueBase ToBase = ToVal.getLValueBase(); in IsEqualExpr()
|
/external/clang/include/clang/AST/ |
D | APValue.h | 248 const LValueBase getLValueBase() const;
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1273 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 4331 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) || in isNullPointerValueTemplateArgument() 4945 if (auto *E = Value.getLValueBase().dyn_cast<const Expr*>()) { in CheckTemplateArgument() 4955 Value.getLValueBase().dyn_cast<const ValueDecl *>()); in CheckTemplateArgument()
|