Home | History | Annotate | Download | only in AST

Lines Matching refs:isConstexpr

2583       } else if (VD->isConstexpr()) {
3624 if (!CD->isConstexpr() && !IsValueInitialization) {
3629 << /*IsConstexpr*/0 << /*IsConstructor*/1 << CD;
3646 Declaration->isConstexpr())
3655 if (Definition && Definition->isConstexpr() && !Definition->isInvalidDecl())
3663 << DiagDecl->isConstexpr() << isa<CXXConstructorDecl>(DiagDecl)
6394 << /*isConstexpr*/0 << /*isConstructor*/0 << "'strlen'";
9090 bool IsConstExpr = ::EvaluateAsRValue(Info, this, Result ? *Result : Scratch);
9093 IsConstExpr = false;
9095 } else if (!IsConstExpr) {
9100 return IsConstExpr;