Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h620 interp::Context &getInterpContext();
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp14605 if (!Info.Ctx.getInterpContext().evaluateAsRValue(Info, E, Result)) in EvaluateAsRValue()
14893 auto &InterpCtx = const_cast<ASTContext &>(Ctx).getInterpContext(); in EvaluateAsInitializer()
15650 Info.Ctx.getInterpContext().isPotentialConstantExpr(Info, FD); in isPotentialConstantExpr()
H A DASTContext.cpp909 interp::Context &ASTContext::getInterpContext() { in getInterpContext() function in ASTContext