Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp5027 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec()
5031 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind) in ParsedFreeStandingDeclSpec()
6576 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator()
7629 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator()
7647 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator()
7651 Context, D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator()
8958 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl()
9743 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnFunctionDeclarator()
11642 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_main) in CheckMain()
11644 << FixItHint::CreateRemoval(DS.getConstexprSpecLoc()); in CheckMain()
[all …]
H A DSemaDeclCXX.cpp772 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator()
3367 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator()
3368 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator()
11001 Diagnoser.check(DS.getConstexprSpecLoc(), "constexpr"); in CheckDeductionGuideDeclarator()
H A DSemaTemplate.cpp1516 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter()
10091 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h759 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2607 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()