Searched refs:isConstexprSpecified (Results 1 – 11 of 11) sorted by relevance
1604 bool isConstexprSpecified) in FunctionDecl() argument1616 IsConstexpr(isConstexprSpecified), UsesSEHTry(false), in FunctionDecl()1649 bool isConstexprSpecified = false) {1654 isConstexprSpecified);1664 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()
111 !D.getDeclSpec().isConstexprSpecified() && in ParseCXXInlineMethodDef()
2106 if (DS.isConstexprSpecified()) { in ParseSpecifierQualifierList()5367 (D.getDeclSpec().isConstexprSpecified() && in ParseFunctionDeclarator()
697 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
3854 bool isConstexprSpecified) { in Create() argument3857 SC, isInlineSpecified, isConstexprSpecified); in Create()
3572 if (DS.isConstexprSpecified()) { in ParsedFreeStandingDeclSpec()4996 if (D.getDeclSpec().isConstexprSpecified()) in ActOnTypedefDeclarator()5740 if (D.getDeclSpec().isConstexprSpecified()) in ActOnVariableDeclarator()6752 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl()7097 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator()9935 if (DS.isConstexprSpecified()) in ActOnParamDeclarator()10500 if (D.getDeclSpec().isConstexprSpecified()) in canDelayFunctionBody()
3220 if (D.getDeclSpec().isConstexprSpecified() && T->isObjectType()) { in GetFullTypeForDeclarator()
7550 if (D.getDeclSpec().isConstexprSpecified() && R->isFunctionType()) in ActOnExplicitInstantiation()
2116 if (DS.isConstexprSpecified() && isInstField) { in ActOnCXXMemberDeclarator()