Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4684 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 DSemaDeclCXX.cpp771 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 DSemaTemplate.cpp1511 EmitDiag(DS.getConstexprSpecLoc()); in ActOnNonTypeTemplateParameter()
9989 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h758 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2516 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr) in ParseSpecifierQualifierList()