Searched refs:getConstexprSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4684 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec() 4688 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind) in ParsedFreeStandingDeclSpec() 6202 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator() 7254 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7272 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7276 Context, D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 8569 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl() 9303 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnFunctionDeclarator() 11150 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_main) in CheckMain() 11152 << FixItHint::CreateRemoval(DS.getConstexprSpecLoc()); in CheckMain() [all …]
|
| H A D | SemaDeclCXX.cpp | 771 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator() 3327 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator() 3328 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator() 10808 Diagnoser.check(DS.getConstexprSpecLoc(), "constexpr"); in CheckDeductionGuideDeclarator()
|
| H A D | SemaTemplate.cpp | 1511 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter() 9989 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 758 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2516 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()
|