Lines Matching refs:WasIndirect
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()
153 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
171 WasIndirect = Other.getWasIndirect(); in operator =()
182 bool getWasIndirect() const { return WasIndirect; } in getWasIndirect()
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 ==()
253 bool WasIndirect : 1; member in __anon41ad64740211::DbgVariableValue