Searched defs:IsMutable (Results 1 – 9 of 9) sorted by relevance
312 using IsMutable = detail::StorageUserTrait::IsMutable<ConcreteType>; global() variable
64 struct IsMutable : public StorageUserTraitBase<ConcreteType, IsMutable> {}; struct
28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
216 bool IsMutable : 1; variable
9359 bool IsMutable = Field && Field->isMutable(); shouldDeleteForClassSubobject() local 13602 bool IsMutable = Field && Field->isMutable(); visitClassSubobject() local
3669 getSubobjectType(QualType ObjType,QualType SubobjType,bool IsMutable=false) getSubobjectType() argument