| HD | ABI.h | 181 ThisAdjustment This; member 195 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return, 197 : This(This), Return(Return), Method(Method) {} in This() function 200 return LHS.This == RHS.This && LHS.Return == RHS.Return && 205 return This.isEmpty() && Return.isEmpty() && Method == nullptr; in isEmpty()
|