Home
last modified time | relevance | path

Searched refs:getConstexprSpecLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5162 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 DSemaDeclCXX.cpp794 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 DSemaTemplate.cpp1494 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter()
10397 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h835 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2769 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()