Lines Matching defs:WantSize
1796 bool isBetterThan(const UsualDeallocFnInfo &Other, bool WantSize,
1812 return HasSizeT == WantSize;
1838 Sema &S, LookupResult &R, bool WantSize, bool WantAlign,
1855 if (Best.isBetterThan(Info, WantSize, WantAlign))
1860 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign))
1902 S, ops, /*WantSize*/false,
2936 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete,
2973 resolveDeallocationOverload(*this, FoundDelete, /*WantSize*/false,
3293 bool WantSize, bool WantAligned) {
3310 resolveDeallocationOverload(*this, Found, /*WantSize*/ WantSize,