Searched refs:isConstexprSpecified (Results 1 – 10 of 10) sorted by relevance
1682 bool isConstexprSpecified) in FunctionDecl() argument1694 IsConstexpr(isConstexprSpecified), UsesSEHTry(false), in FunctionDecl()1727 bool isConstexprSpecified = false) {1732 isConstexprSpecified);1742 bool isConstexprSpecified = false);
115 !D.getDeclSpec().isConstexprSpecified() && in ParseCXXInlineMethodDef()
2208 if (DS.isConstexprSpecified() && DSC != DSC_condition) { in ParseSpecifierQualifierList()5672 (D.getDeclSpec().isConstexprSpecified() && in ParseFunctionDeclarator()
883 ParamInfo.getDeclSpec().isConstexprSpecified()); in ActOnStartOfLambdaDefinition()
3869 if (DS.isConstexprSpecified()) { in ParsedFreeStandingDeclSpec()5326 if (D.getDeclSpec().isConstexprSpecified()) in ActOnTypedefDeclarator()6130 if (D.getDeclSpec().isConstexprSpecified()) { in ActOnVariableDeclarator()6153 if (D.getDeclSpec().isConstexprSpecified()) { in ActOnVariableDeclarator()7367 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in CreateNewFunctionDecl()7713 bool isConstexpr = D.getDeclSpec().isConstexprSpecified(); in ActOnFunctionDeclarator()10816 if (DS.isConstexprSpecified()) in ActOnParamDeclarator()11392 if (D.getDeclSpec().isConstexprSpecified()) in canDelayFunctionBody()
4490 if (D.getDeclSpec().isConstexprSpecified() && T->isObjectType()) { in GetFullTypeForDeclarator()
7780 if (D.getDeclSpec().isConstexprSpecified() && R->isFunctionType()) in ActOnExplicitInstantiation()
2099 if (DS.isConstexprSpecified() && isInstField) { in ActOnCXXMemberDeclarator()
706 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified() function
4035 bool isConstexprSpecified) { in Create() argument4038 SC, isInlineSpecified, isConstexprSpecified); in Create()