Searched refs:getInterpContext (Results 1 – 3 of 3) sorted by relevance
645 interp::Context &getInterpContext();
15445 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()15682 if (!Info.Ctx.getInterpContext().evaluate(Info, this, Result.Val)) in EvaluateAsConstantExpr()15701 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, this, Result.Val)) in EvaluateAsConstantExpr()15767 auto &InterpCtx = const_cast<ASTContext &>(Ctx).getInterpContext(); in EvaluateAsInitializer()16566 Info.Ctx.getInterpContext().isPotentialConstantExpr(Info, FD); in isPotentialConstantExpr()
843 interp::Context &ASTContext::getInterpContext() { in getInterpContext() function in ASTContext