Searched refs:IsMutable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 230 bool IsMutable : 1; variable 247 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree() 260 bool isMutable() const { return IsMutable; } in isMutable() 281 IsMutable = false; in markImmutable() 357 IsMutable = false; in destroy()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 6802 unsigned Quals, bool IsMutable) { in lookupIn() 6804 ConstArg && !IsMutable); in lookupIn() 6986 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local 7004 shouldDeleteForSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable), in shouldDeleteForClassSubobject() 10779 bool IsMutable = Field && Field->isMutable(); in visitClassSubobject() local 10780 visitSubobjectCall(Subobj, lookupIn(Class, Quals, IsMutable)); in visitClassSubobject()
|