Lines Matching refs:LValueBase

40 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V)  in LValueBase()  function in APValue::LValueBase
42 APValue::LValueBase::LValueBase(const Expr *P, unsigned I, unsigned V) in LValueBase() function in APValue::LValueBase
45 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
47 LValueBase Base; in getTypeInfo()
53 unsigned APValue::LValueBase::getCallIndex() const { in getCallIndex()
57 unsigned APValue::LValueBase::getVersion() const { in getVersion()
61 QualType APValue::LValueBase::getTypeInfoType() const { in getTypeInfoType()
67 bool operator==(const APValue::LValueBase &LHS, in operator ==()
68 const APValue::LValueBase &RHS) { in operator ==()
80 APValue::LValueBase Base;
88 void *APValue::LValueBase::getOpaqueValue() const { in getOpaqueValue()
92 bool APValue::LValueBase::isNull() const { in isNull()
96 APValue::LValueBase::operator bool () const { in operator bool()
100 clang::APValue::LValueBase
101 llvm::DenseMapInfo<clang::APValue::LValueBase>::getEmptyKey() { in getEmptyKey()
102 return clang::APValue::LValueBase( in getEmptyKey()
106 clang::APValue::LValueBase
107 llvm::DenseMapInfo<clang::APValue::LValueBase>::getTombstoneKey() { in getTombstoneKey()
108 return clang::APValue::LValueBase( in getTombstoneKey()
113 llvm::hash_code hash_value(const APValue::LValueBase &Base) { in hash_value()
121 unsigned llvm::DenseMapInfo<clang::APValue::LValueBase>::getHashValue( in getHashValue()
122 const clang::APValue::LValueBase &Base) { in getHashValue()
126 bool llvm::DenseMapInfo<clang::APValue::LValueBase>::isEqual( in isEqual()
127 const clang::APValue::LValueBase &LHS, in isEqual()
128 const clang::APValue::LValueBase &RHS) { in isEqual()
505 LValueBase Base = getLValueBase(); in printPretty()
707 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
748 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath, in setLValue()
759 void APValue::setLValue(LValueBase B, const CharUnits &O, in setLValue()