Home
last modified time | relevance | path

Searched refs:isPotentialConstantExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DContext.h45 bool isPotentialConstantExpr(State &Parent, const FunctionDecl *FnDecl);
H A DContext.cpp29 bool Context::isPotentialConstantExpr(State &Parent, const FunctionDecl *FD) { in isPotentialConstantExpr() function in Context
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h554 static bool isPotentialConstantExpr(const FunctionDecl *FD,
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp15905 bool Expr::isPotentialConstantExpr(const FunctionDecl *FD, in isPotentialConstantExpr() function in Expr
15923 Info.Ctx.getInterpContext().isPotentialConstantExpr(Info, FD); in isPotentialConstantExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp2391 !Expr::isPotentialConstantExpr(Dcl, Diags)) { in CheckConstexprFunctionBody()