Searched defs:IsMutable (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 56 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 D | Descriptor.h | 76 const bool IsMutable = false; member 180 unsigned IsMutable : 1; member
|
H A D | Program.cpp | 275 const bool IsMutable = FD->isMutable(); in getOrCreateRecord() local 298 bool IsMutable) { in createDescriptor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 229 bool IsMutable : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8921 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 12863 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3578 bool IsMutable = false) { in getSubobjectType()
|