Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.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
HDExprConstant.cpp189 if (V.getLValueBase()) in SubobjectDesignator()
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()), in SubobjectDesignator()
923 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase() function
939 Base = V.getLValueBase(); in setFrom()
1250 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
1333 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
1439 if (!Value.getLValueBase()) { in EvalPointerValueAsBool()
1447 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool()
2254 expandStringLiteral(Info, O->getLValueBase().get<const Expr *>(), in findSubobject()
2370 Info, Subobj.getLValueBase().get<const Expr *>(), Character)); in foundString()
[all …]
HDASTDiagnostic.cpp1359 APValue::LValueBase FromBase = FromVal.getLValueBase(); in IsEqualExpr()
1360 APValue::LValueBase ToBase = ToVal.getLValueBase(); in IsEqualExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h248 const LValueBase getLValueBase() const;
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp1259 if (APValue::LValueBase LVBase = Value.getLValueBase()) { in EmitConstantValue()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp4291 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) || in isNullPointerValueTemplateArgument()
4907 if (auto *E = Value.getLValueBase().dyn_cast<const Expr*>()) { in CheckTemplateArgument()
4917 Value.getLValueBase().dyn_cast<const ValueDecl *>()); in CheckTemplateArgument()