Lines Matching refs:LValueBase

42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V)  in LValueBase()  function in APValue::LValueBase
44 APValue::LValueBase::LValueBase(const Expr *P, unsigned I, unsigned V) in LValueBase() function in APValue::LValueBase
47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
49 LValueBase Base; in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
57 LValueBase Base; in getTypeInfo()
63 QualType APValue::LValueBase::getType() const { in getType()
108 unsigned APValue::LValueBase::getCallIndex() const { in getCallIndex()
113 unsigned APValue::LValueBase::getVersion() const { in getVersion()
117 QualType APValue::LValueBase::getTypeInfoType() const { in getTypeInfoType()
122 QualType APValue::LValueBase::getDynamicAllocType() const { in getDynamicAllocType()
127 void APValue::LValueBase::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
136 bool operator==(const APValue::LValueBase &LHS, in operator ==()
137 const APValue::LValueBase &RHS) { in operator ==()
159 APValue::LValueBase Base;
167 void *APValue::LValueBase::getOpaqueValue() const { in getOpaqueValue()
171 bool APValue::LValueBase::isNull() const { in isNull()
175 APValue::LValueBase::operator bool () const { in operator bool()
179 clang::APValue::LValueBase
180 llvm::DenseMapInfo<clang::APValue::LValueBase>::getEmptyKey() { in getEmptyKey()
181 clang::APValue::LValueBase B; in getEmptyKey()
186 clang::APValue::LValueBase
187 llvm::DenseMapInfo<clang::APValue::LValueBase>::getTombstoneKey() { in getTombstoneKey()
188 clang::APValue::LValueBase B; in getTombstoneKey()
194 llvm::hash_code hash_value(const APValue::LValueBase &Base) { in hash_value()
202 unsigned llvm::DenseMapInfo<clang::APValue::LValueBase>::getHashValue( in getHashValue()
203 const clang::APValue::LValueBase &Base) { in getHashValue()
207 bool llvm::DenseMapInfo<clang::APValue::LValueBase>::isEqual( in isEqual()
208 const clang::APValue::LValueBase &LHS, in isEqual()
209 const clang::APValue::LValueBase &RHS) { in isEqual()
678 LValueBase Base = getLValueBase(); in printPretty()
885 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
926 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue()
938 APValue::setLValueUninit(LValueBase B, const CharUnits &O, unsigned Size, in setLValueUninit()
950 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue()
1001 setLValueUninit(APValue::LValueBase B, const CharUnits &O, unsigned Size,