Lines Matching defs:WantSize
1811 bool isBetterThan(const UsualDeallocFnInfo &Other, bool WantSize,
1827 return HasSizeT == WantSize;
1853 Sema &S, LookupResult &R, bool WantSize, bool WantAlign,
1870 if (Best.isBetterThan(Info, WantSize, WantAlign))
1875 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign))
1917 S, ops, /*WantSize*/false,
2952 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete,
2989 resolveDeallocationOverload(*this, FoundDelete, /*WantSize*/false,
3309 bool WantSize, bool WantAligned) {
3326 resolveDeallocationOverload(*this, Found, /*WantSize*/ WantSize,