Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5189 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec()
5193 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind) in ParsedFreeStandingDeclSpec()
6788 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator()
7915 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator()
7933 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator()
9329 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl()
10151 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor) in ActOnFunctionDeclarator()
10165 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnFunctionDeclarator()
12317 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_main) in CheckMain()
12319 << FixItHint::CreateRemoval(DS.getConstexprSpecLoc()); in CheckMain()
[all …]
H A DSemaDeclCXX.cpp804 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator()
3541 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator()
3542 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator()
11494 Diagnoser.check(DS.getConstexprSpecLoc(), "constexpr"); in CheckDeductionGuideDeclarator()
H A DSemaTemplate.cpp1540 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter()
10649 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h797 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2769 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()