Home
last modified time | relevance | path

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

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