Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsMutable

4781                                     ConstArg && !F->isMutable()))
5118 unsigned Quals, bool IsMutable) {
5120 ConstArg && !IsMutable);
5215 bool IsMutable = Field && Field->isMutable();
5233 shouldDeleteForSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable),
5736 bool ConstRHS = ConstArg && !FI->isMutable();