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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4621 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_tag)
4625 Diag(DS.getConstexprSpecLoc(), diag::err_constexpr_wrong_decl_kind)
6139 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_invalid_constexpr)
7187 Diag(D.getDeclSpec().getConstexprSpecLoc(),
7206 Diag(D.getDeclSpec().getConstexprSpecLoc(),
7210 Context, D.getDeclSpec().getConstexprSpecLoc(),
8510 SemaRef.Diag(D.getDeclSpec().getConstexprSpecLoc(),
9230 Diag(D.getDeclSpec().getConstexprSpecLoc(), diag::err_constexpr_dtor)
9244 Diag(D.getDeclSpec().getConstexprSpecLoc(),
11091 Diag(DS.getConstexprSpecLoc(), dia
[all...]
H A DSemaDeclCXX.cpp773 BadSpecifierLocs.push_back(DS.getConstexprSpecLoc());
3327 Diag(DS.getConstexprSpecLoc(), diag::err_invalid_constexpr_member);
3328 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc();
10801 Diagnoser.check(DS.getConstexprSpecLoc(), "constexpr");
H A DSemaTemplate.cpp1511 EmitDiag(DS.getConstexprSpecLoc());
9989 Diag(D.getDeclSpec().getConstexprSpecLoc(),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h758 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } function in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2509 Diag(DS.getConstexprSpecLoc(), diag::err_typename_invalid_constexpr)

Completed in 583 milliseconds