Home
last modified time | relevance | path

Searched defs:IsMutable (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp74 bool IsMutable, bool IsActive, const Descriptor *D) { in ctorArrayDesc()
136 static void ctorRecord(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in ctorRecord()
231 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
243 bool IsMutable) in Descriptor()
267 bool IsMutable) in Descriptor()
290 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
H A DProgram.cpp292 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local
316 bool IsMutable, const Expr *Init) { in createDescriptor()
H A DDescriptor.h109 const bool IsMutable = false; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h216 bool IsMutable : 1; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9491 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local
13793 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3656 bool IsMutable = false) { in getSubobjectType()