Searched refs:isConstexprSpecified (Results 1 – 9 of 9) sorted by relevance
1561 bool isConstexprSpecified) in FunctionDecl() argument1573 IsConstexpr(isConstexprSpecified), HasSkippedBody(false), in FunctionDecl()1606 bool isConstexprSpecified = false) {1611 isConstexprSpecified);1621 bool isConstexprSpecified = false);
106 !D.getDeclSpec().isConstexprSpecified() && in ParseCXXInlineMethodDef()
2101 if (DS.isConstexprSpecified()) { in ParseSpecifierQualifierList()5354 (D.getDeclSpec().isConstexprSpecified() && in ParseFunctionDeclarator()
697 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
3808 bool isConstexprSpecified) { in Create() argument3811 SC, isInlineSpecified, isConstexprSpecified); in Create()
3449 if (DS.isConstexprSpecified()) { in ParsedFreeStandingDeclSpec()4886 if (D.getDeclSpec().isConstexprSpecified()) in ActOnTypedefDeclarator()5617 if (D.getDeclSpec().isConstexprSpecified()) in ActOnVariableDeclarator()6629 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl()6972 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator()9827 if (DS.isConstexprSpecified()) in ActOnParamDeclarator()10400 if (D.getDeclSpec().isConstexprSpecified()) in canDelayFunctionBody()
3172 if (D.getDeclSpec().isConstexprSpecified() && T->isObjectType()) { in GetFullTypeForDeclarator()
7511 if (D.getDeclSpec().isConstexprSpecified() && R->isFunctionType()) in ActOnExplicitInstantiation()
2063 if (DS.isConstexprSpecified() && isInstField) { in ActOnCXXMemberDeclarator()