Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h634 interp::Context &getInterpContext();
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14643 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()
14929 auto &InterpCtx = const_cast<ASTContext &>(Ctx).getInterpContext(); in EvaluateAsInitializer()
15687 Info.Ctx.getInterpContext().isPotentialConstantExpr(Info, FD); in isPotentialConstantExpr()
H A DASTContext.cpp909 interp::Context &ASTContext::getInterpContext() { in getInterpContext() function in ASTContext