Searched refs:isConstexprSpecified (Results 1 – 7 of 7) sorted by relevance
60 const bool isConstexprSpecified = false; in AddFunDecl() local81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
727 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
283 if (FD->isConstexprSpecified()) in Visit()
3238 isConstexprSpecified()) in isImmediateEscalating()
2416 bool isConstexprSpecified() const { in isConstexprSpecified() function
2190 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local2201 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
7409 if (FD->isConstexprSpecified() || FD->isConsteval()) { in handleMSConstexprAttr()