Searched refs:getConstexprSpecLoc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 4621 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec() 4625 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind) in ParsedFreeStandingDeclSpec() 6139 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator() 7187 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7206 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 7210 Context, D.getDeclSpec().getConstexprSpecLoc(), in ActOnVariableDeclarator() 8510 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(), in CreateNewFunctionDecl() 9230 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor) in ActOnFunctionDeclarator() 9244 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnFunctionDeclarator() 11091 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_main) in CheckMain() [all …]
|
H A D | SemaDeclCXX.cpp | 773 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() 10801 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 758 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 2509 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()
|