Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp
H A DProgram.cpp
H A DDescriptor.h
/llvm-project/mlir/include/mlir/IR/
H A DTypes.h312 using IsMutable = detail::StorageUserTrait::IsMutable<ConcreteType>; global() variable
H A DStorageUniquerSupport.h64 struct IsMutable : public StorageUserTraitBase<ConcreteType, IsMutable> {}; struct
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h28 bool IsMutable() const { return m_mutable; }; in IsMutable() function
/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h216 bool IsMutable : 1; variable
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9359 bool IsMutable = Field && Field->isMutable(); shouldDeleteForClassSubobject() local
13602 bool IsMutable = Field && Field->isMutable(); visitClassSubobject() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3669 getSubobjectType(QualType ObjType,QualType SubobjType,bool IsMutable=false) getSubobjectType() argument