Searched refs:isConstexprSpecified (Results 1 – 7 of 7) sorted by relevance
60 const bool isConstexprSpecified = false; in AddFunDecl() local81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
706 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
306 if (FD->isConstexprSpecified()) in Visit()
3319 isConstexprSpecified()) in isImmediateEscalating()
2458 bool isConstexprSpecified() const { in isConstexprSpecified() function
2161 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local2172 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
6155 if (FD->isConstexprSpecified() || FD->isConsteval()) { in handleMSConstexprAttr()