Home | History | Annotate | Download | only in Sema

Lines Matching refs:SCS_mutable

4040     if (SCS == DeclSpec::SCS_mutable)
4206 case DeclSpec::SCS_mutable: // Fall through.
4443 if (SCSpec == DeclSpec::SCS_mutable) {
5903 if (SCSpec == DeclSpec::SCS_mutable) {
7305 case DeclSpec::SCS_mutable:
13419 = (D.getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_mutable);