Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstexprLoc

1700     SourceLocation ConstexprLoc = DS.getConstexprSpecLoc();
1702 B << 0 << 0 << FixItHint::CreateReplacement(ConstexprLoc, "const");
1706 bool Failed = D.getMutableDeclSpec().SetTypeQual(DeclSpec::TQ_const, ConstexprLoc,
1715 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID)) {
1720 B << 0 << FixItHint::CreateInsertion(ConstexprLoc, "static ");