Home
last modified time | relevance | path

Searched refs:getInterpContext (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h668 interp::Context &getInterpContext();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15857 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()
H A DASTContext.cpp846 interp::Context &ASTContext::getInterpContext() { in getInterpContext() function in ASTContext