Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstexprLoc

2099     SourceLocation ConstexprLoc = DS.getConstexprSpecLoc();
2103 B << FixItHint::CreateRemoval(ConstexprLoc);
2105 B << FixItHint::CreateReplacement(ConstexprLoc
2110 DeclSpec::TQ_const, ConstexprLoc, PrevSpec, DiagID, getLangOpts());
2119 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID,
2125 B << 0 << FixItHint::CreateInsertion(ConstexprLoc, "static ");