Home
last modified time | relevance | path

Searched refs:isCXX11ConstantExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h549 bool isCXX11ConstantExpr(const ASTContext &Ctx, APValue *Result = nullptr,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp15470 if (!E->isCXX11ConstantExpr(Ctx, &Result, Loc)) in EvaluateCPlusPlus11IntegralConstantExpr()
15537 bool Expr::isCXX11ConstantExpr(const ASTContext &Ctx, APValue *Result, in isCXX11ConstantExpr() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp396 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) { in getNarrowingKind()
H A DSemaDecl.cpp12436 Init->isCXX11ConstantExpr(Context)) in AddInitializerToDecl()