Searched defs:IsMutable (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 56 static void ctorArrayDesc(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorArrayDesc() 117 static void ctorRecord(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorRecord() 189 bool IsTemporary, bool IsMutable) in Descriptor() 198 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 217 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 237 bool IsTemporary, bool IsMutable) in Descriptor()
|
| H A D | Descriptor.h | 76 const bool IsMutable = false; member 180 unsigned IsMutable : 1; member
|
| H A D | Program.cpp | 290 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local 313 bool IsMutable) { in createDescriptor()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Types.h | 239 using IsMutable = detail::StorageUserTrait::IsMutable<ConcreteType>; variable
|
| H A D | StorageUniquerSupport.h | 63 struct IsMutable : public StorageUserTraitBase<ConcreteType, IsMutable> {}; struct
|
| H A D | Attributes.h | 251 using IsMutable = detail::StorageUserTrait::IsMutable<ConcreteType>; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | CFBasicHash.h | 28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 216 bool IsMutable : 1; variable
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9108 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 13245 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3595 bool IsMutable = false) { in getSubobjectType()
|