Searched refs:getConstexprSpecLoc (Results 1 – 5 of 5) sorted by relevance
698 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
3453 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec()3459 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_no_declarators); in ParsedFreeStandingDeclSpec()4887 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator()7181 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor); in ActOnFunctionDeclarator()8098 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_main) in CheckMain()8099 << FixItHint::CreateRemoval(DS.getConstexprSpecLoc()); in CheckMain()9828 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnParamDeclarator()
2065 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator()2066 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator()
7514 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
2102 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr); in ParseSpecifierQualifierList()