Searched refs:getConstexprSpecLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 5051 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec() 5055 Diag(DS.getConstexprSpecLoc(), diag::err_c23_constexpr_not_variable); in ParsedFreeStandingDeclSpec() 5057 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind) in ParsedFreeStandingDeclSpec() 6632 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator() 7741 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7759 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7763 ConstInitAttr::Create(Context, D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 9148 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl() 9151 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl() 9991 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor) in ActOnFunctionDeclarator() [all …]
|
H A D | SemaDeclCXX.cpp | 790 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator() 3418 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator() 3419 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator() 11407 Diagnoser.check(DS.getConstexprSpecLoc(), "constexpr"); in CheckDeductionGuideDeclarator()
|
H A D | SemaTemplate.cpp | 1488 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter() 9867 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 833 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 2961 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()
|