Searched refs:WantAlign (Results 1 – 1 of 1) sorted by relevance
1797 bool WantAlign) const { in isBetterThan()1809 return HasAlignValT == WantAlign; in isBetterThan()1838 Sema &S, LookupResult &R, bool WantSize, bool WantAlign, in resolveDeallocationOverload() argument1855 if (Best.isBetterThan(Info, WantSize, WantAlign)) in resolveDeallocationOverload()1860 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()