Searched refs:isConstexprSpecified (Results 1 – 11 of 11) sorted by relevance
1543 bool isConstexprSpecified) in FunctionDecl() argument1555 IsConstexpr(isConstexprSpecified), HasSkippedBody(false), in FunctionDecl()1588 bool isConstexprSpecified = false) {1593 isConstexprSpecified);1603 bool isConstexprSpecified = false);
1914 const bool isConstexprSpecified = false; in CreateFunctionDeclaration() local1928 isConstexprSpecified); in CreateFunctionDeclaration()1942 isConstexprSpecified); in CreateFunctionDeclaration()
1749 const bool isConstexprSpecified = false; in AddFunDecl() local1761 isConstexprSpecified); in AddFunDecl()
106 !D.getDeclSpec().isConstexprSpecified() && in ParseCXXInlineMethodDef()
1981 if (DS.isConstexprSpecified()) { in ParseSpecifierQualifierList()5166 (D.getDeclSpec().isConstexprSpecified() && in ParseFunctionDeclarator()
680 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
3692 bool isConstexprSpecified) { in Create() argument3695 SC, isInlineSpecified, isConstexprSpecified); in Create()
3352 if (DS.isConstexprSpecified()) { in ParsedFreeStandingDeclSpec()4766 if (D.getDeclSpec().isConstexprSpecified()) in ActOnTypedefDeclarator()5475 if (D.getDeclSpec().isConstexprSpecified()) in ActOnVariableDeclarator()6493 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl()6831 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator()9460 if (DS.isConstexprSpecified()) in ActOnParamDeclarator()10030 if (D.getDeclSpec().isConstexprSpecified()) in canDelayFunctionBody()
3166 if (D.getDeclSpec().isConstexprSpecified() && T->isObjectType()) { in GetFullTypeForDeclarator()
7411 if (D.getDeclSpec().isConstexprSpecified() && R->isFunctionType()) in ActOnExplicitInstantiation()
2024 if (DS.isConstexprSpecified() && isInstField) { in ActOnCXXMemberDeclarator()