Searched refs:WantAlign (Results 1 – 1 of 1) sorted by relevance
1719 bool WantAlign) const { in isBetterThan()1731 return HasAlignValT == WantAlign; in isBetterThan()1760 Sema &S, LookupResult &R, bool WantSize, bool WantAlign, in resolveDeallocationOverload() argument1777 if (Best.isBetterThan(Info, WantSize, WantAlign)) in resolveDeallocationOverload()1782 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()