Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h698 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3453 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag) in ParsedFreeStandingDeclSpec()
3459 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_no_declarators); in ParsedFreeStandingDeclSpec()
4887 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnTypedefDeclarator()
7181 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor); in ActOnFunctionDeclarator()
8098 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_main) in CheckMain()
8099 << FixItHint::CreateRemoval(DS.getConstexprSpecLoc()); in CheckMain()
9828 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr) in ActOnParamDeclarator()
H A DSemaDeclCXX.cpp2065 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member); in ActOnCXXMemberDeclarator()
2066 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator()
H A DSemaTemplate.cpp7514 Diag(D.getDeclSpec().getConstexprSpecLoc(), in ActOnExplicitInstantiation()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2102 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr); in ParseSpecifierQualifierList()