Searched refs:isConstexprSpecified (Results 1 – 7 of 7) sorted by relevance
60 const bool isConstexprSpecified = false; in AddFunDecl() local81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
676 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
305 if (FD->isConstexprSpecified()) in Visit()
3292 isConstexprSpecified()) in isImmediateFunction()
2414 bool isConstexprSpecified() const { in hasWrittenPrototype() 2443 bool isConstexprSpecified() const { isConstexprSpecified() function
2142 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local 2153 func_decl->setConstexprKind(isConstexprSpecified in CreateFunctionDeclaration()
5715 if (FD->isConstexprSpecified() || FD->isConsteval()) { in handleRequiresCapabilityAttr()