Searched refs:isConstexprSpecified (Results 1 – 7 of 7) sorted by relevance
60 const bool isConstexprSpecified = false; in AddFunDecl() local 81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
677 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
305 if (FD->isConstexprSpecified()) in Visit()
3275 isConstexprSpecified()) in isImmediateEscalating()
2404 bool isConstexprSpecified() const { in isConstexprSpecified() function
2142 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local2153 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
5437 if (FD->isConstexprSpecified() || FD->isConsteval()) { in handleMSConstexprAttr()