Searched defs:IsMutable (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Descriptor.cpp | 85 bool IsMutable, bool IsVolatile, bool IsActive, in ctorArrayDesc() 152 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField() 171 static void initBase(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initBase() 199 static void ctorRecord(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in ctorRecord() 342 bool IsMutable, bool IsVolatile) in Descriptor() 355 bool IsMutable) in Descriptor() 382 bool IsMutable) in Descriptor() 406 bool IsConst, bool IsTemporary, bool IsMutable, in Descriptor()
|
| H A D | Program.cpp | 373 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local 398 bool IsMutable, bool IsVolatile, in createDescriptor()
|
| H A D | Descriptor.h | 167 const bool IsMutable = false; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CFBasicHash.h | 28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 194 bool IsMutable = Blocks[0]->ContentMutable; in splitBlockImpl() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9572 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 13953 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3901 bool IsMutable = false) { in getSubobjectType()
|