Searched defs:IsMutable (Results  1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ | 
| H A D | Descriptor.cpp | 62 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 D | Program.cpp | 290     const bool IsMutable = FD->isMutable();  in getOrCreateRecord()  local314                                       bool IsMutable, const Expr *Init) {  in createDescriptor()
 
 | 
| H A D | Descriptor.h | 109   const bool IsMutable = false;  member
 | 
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ | 
| H A D | CFBasicHash.h | 28   bool IsMutable() const { return m_mutable; };  in IsMutable()  function
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ | 
| H A D | ImmutableSet.h | 216   bool IsMutable : 1;  variable
 | 
| /openbsd-src/gnu/llvm/clang/lib/Sema/ | 
| H A D | SemaDeclCXX.cpp | 9194   bool IsMutable = Field && Field->isMutable();  in shouldDeleteForClassSubobject()  local13354   bool IsMutable = Field && Field->isMutable();  in visitClassSubobject()  local
 
 | 
| /openbsd-src/gnu/llvm/clang/lib/AST/ | 
| H A D | ExprConstant.cpp | 3597                                  bool IsMutable = false) {  in getSubobjectType()
 |