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.h741 interp::Context &getInterpContext();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16757 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()
17009 if (!Info.Ctx.getInterpContext().evaluate(Info, this, Result.Val, Kind)) in EvaluateAsConstantExpr()
17090 auto &InterpCtx = const_cast<ASTContext &>(Ctx).getInterpContext(); in EvaluateAsInitializer()
17908 Info.Ctx.getInterpContext().isPotentialConstantExpr(Info, FD); in isPotentialConstantExpr()
18047 return Info.Ctx.getInterpContext().evaluateCharRange(Info, SizeExpression, in EvaluateCharRangeAsStringImpl()
H A DASTContext.cpp907 interp::Context &ASTContext::getInterpContext() { in getInterpContext() function in ASTContext