Home | History | Annotate | Download | only in Sema

Lines Matching defs:Mutable

2875                              /*BitWidth=*/0, /*Mutable=*/false,
2886 // mutable can only appear on non-static class members, so it's always
2972 /*BitWidth=*/0, /*Mutable=*/false,
3928 // mutable can only appear on non-static class members, so it's always
8918 bool Mutable
8922 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, HasInit,
8955 bool Mutable, Expr *BitWidth, bool HasInit,
9026 // Check that 'mutable' is consistent with the type of the declaration.
9027 if (!InvalidDecl && Mutable) {
9039 Mutable = false;
9045 BitWidth, Mutable, HasInit);