Searched refs:getConstexprSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5162 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec() 5166 Diag(DS.getConstexprSpecLoc(), diag::err_c23_constexpr_not_variable); in ParsedFreeStandingDeclSpec() 5168 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind) in ParsedFreeStandingDeclSpec() 6752 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator() 7923 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7941 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7945 ConstInitAttr::Create(Context, D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 9368 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl() 9371 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl() 10204 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor) in ActOnFunctionDeclarator() [all …]
|
| H A D | SemaDeclCXX.cpp | 794 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator() 3531 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator() 3532 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator() 11648 Diagnoser.check(DS.getConstexprSpecLoc(), "constexpr"); in CheckDeductionGuideDeclarator()
|
| H A D | SemaTemplate.cpp | 1494 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter() 10397 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 835 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2769 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()
|