Lines Matching refs:WasList
102 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() argument
104 : WasIndirect(WasIndirect), WasList(WasList), Expression(&Expr) { in DbgVariableValue()
105 assert(!(WasIndirect && WasList) && in DbgVariableValue()
151 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue()
154 WasList(Other.getWasList()), Expression(Other.getExpression()) { in DbgVariableValue()
172 WasList = Other.getWasList(); in operator =()
183 bool getWasList() const { return WasList; } in getWasList()
191 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot()
200 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos()
209 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in changeLocNo()
224 if (std::tie(LHS.LocNoCount, LHS.WasIndirect, LHS.WasList, in operator ==()
226 std::tie(RHS.LocNoCount, RHS.WasIndirect, RHS.WasList, RHS.Expression)) in operator ==()
254 bool WasList : 1; member in __anon41ad64740211::DbgVariableValue