Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp62 static void ctorArrayDesc(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorArrayDesc()
124 static void ctorRecord(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorRecord()
198 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
209 bool IsMutable) in Descriptor()
230 bool IsMutable) in Descriptor()
251 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
H A DProgram.cpp290 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local
314 bool IsMutable, const Expr *Init) { in createDescriptor()
H A DDescriptor.h109 const bool IsMutable = false; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableSet.h216 bool IsMutable : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp9194 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local
13354 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp3597 bool IsMutable = false) { in getSubobjectType()