Searched refs:getInterpContext (Results 1 – 3 of 3) sorted by relevance
668 interp::Context &getInterpContext();
15857 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()16097 if (!Info.Ctx.getInterpContext().evaluate(Info, this, Result.Val)) in EvaluateAsConstantExpr()16116 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, this, Result.Val)) in EvaluateAsConstantExpr()16183 auto &InterpCtx = const_cast<ASTContext &>(Ctx).getInterpContext(); in EvaluateAsInitializer()16986 Info.Ctx.getInterpContext().isPotentialConstantExpr(Info, FD); in isPotentialConstantExpr()
846 interp::Context &ASTContext::getInterpContext() { in getInterpContext() function in ASTContext