Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp56 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 DDescriptor.h76 const bool IsMutable = false; member
180 unsigned IsMutable : 1; member
H A DProgram.cpp275 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local
298 bool IsMutable) { in createDescriptor()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h229 bool IsMutable : 1; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8928 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local
13045 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3581 bool IsMutable = false) { in getSubobjectType()