Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h503 bool isCXX11ConstantExpr(const ASTContext &Ctx, APValue *Result = nullptr,
/external/clang/lib/AST/
DExprConstant.cpp9729 if (!E->isCXX11ConstantExpr(Ctx, &Result, Loc)) in EvaluateCPlusPlus11IntegralConstantExpr()
9774 bool Expr::isCXX11ConstantExpr(const ASTContext &Ctx, APValue *Result, in isCXX11ConstantExpr() function in Expr
/external/clang/lib/Sema/
DSemaOverload.cpp360 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) { in getNarrowingKind()