Searched refs:ConstexprLoc (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 395 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 698 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; } in getConstexprSpecLoc() 702 ConstexprLoc = SourceLocation(); in ClearConstexprSpec()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 892 ConstexprLoc = Loc; in SetConstexprSpec() 1128 Diag(D, ConstexprLoc, diag::warn_cxx98_compat_constexpr); in Finish()
|
| H A D | SemaDeclCXX.cpp | 2066 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); in ActOnCXXMemberDeclarator() local 2070 B << FixItHint::CreateRemoval(ConstexprLoc); in ActOnCXXMemberDeclarator() 2072 B << FixItHint::CreateReplacement(ConstexprLoc, "const"); in ActOnCXXMemberDeclarator() 2077 DeclSpec::TQ_const, ConstexprLoc, PrevSpec, DiagID, getLangOpts()); in ActOnCXXMemberDeclarator() 2086 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID, in ActOnCXXMemberDeclarator() 2092 B << 0 << FixItHint::CreateInsertion(ConstexprLoc, "static "); in ActOnCXXMemberDeclarator()
|