Searched refs:getConstexprSpecLoc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5103 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec() 5107 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind) in ParsedFreeStandingDeclSpec() 6655 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator() 7752 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7770 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7774 Context, D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 9096 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl() 9880 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor) in ActOnFunctionDeclarator() 9894 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnFunctionDeclarator() 11971 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_main) in CheckMain() [all …]
|
| H A D | SemaDeclCXX.cpp | 791 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc()); in ActOnDecompositionDeclarator() 3401 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator() 3402 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator() 11090 Diagnoser.check(DS.getConstexprSpecLoc(), "constexpr"); in CheckDeductionGuideDeclarator()
|
| H A D | SemaTemplate.cpp | 1517 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter() 10345 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 781 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2625 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()
|