Lines Matching refs:LValueBase
26 APValue::LValueBase Base;
34 void *APValue::LValueBase::getOpaqueValue() const { in getOpaqueValue()
38 bool APValue::LValueBase::isNull() const { in isNull()
42 APValue::LValueBase::operator bool () const { in operator bool()
46 clang::APValue::LValueBase
47 llvm::DenseMapInfo<clang::APValue::LValueBase>::getEmptyKey() { in getEmptyKey()
48 return clang::APValue::LValueBase( in getEmptyKey()
49 DenseMapInfo<clang::APValue::LValueBase::PtrTy>::getEmptyKey(), in getEmptyKey()
54 clang::APValue::LValueBase
55 llvm::DenseMapInfo<clang::APValue::LValueBase>::getTombstoneKey() { in getTombstoneKey()
56 return clang::APValue::LValueBase( in getTombstoneKey()
57 DenseMapInfo<clang::APValue::LValueBase::PtrTy>::getTombstoneKey(), in getTombstoneKey()
62 unsigned llvm::DenseMapInfo<clang::APValue::LValueBase>::getHashValue( in getHashValue()
63 const clang::APValue::LValueBase &Base) { in getHashValue()
71 bool llvm::DenseMapInfo<clang::APValue::LValueBase>::isEqual( in isEqual()
72 const clang::APValue::LValueBase &LHS, in isEqual()
73 const clang::APValue::LValueBase &RHS) { in isEqual()
425 LValueBase Base = getLValueBase(); in printPretty()
623 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
664 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue()
675 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue()