Searched defs:IsMutable (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 85 bool IsMutable, bool IsActive, const Descriptor *D) { in ctorArrayDesc() 147 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField() 164 static void initBase(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initBase() 189 static void ctorRecord(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in ctorRecord() 287 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 300 bool IsMutable) in Descriptor() 326 bool IsMutable) in Descriptor() 349 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
|
H A D | Program.cpp | 342 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local 366 bool IsMutable, const Expr *Init) { in createDescriptor()
|
H A D | Descriptor.h | 147 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/include/llvm/ADT/ |
H A D | ImmutableSet.h | 216 bool IsMutable : 1; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 9392 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 13661 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3684 bool IsMutable = false) { in getSubobjectType()
|