Lines Matching refs:FoundDelete
2624 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local
2628 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2630 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
2633 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions()
2634 if (FoundDelete.empty()) { in FindAllocationFunctions()
2639 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
2642 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
2690 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
2691 DEnd = FoundDelete.end(); in FindAllocationFunctions()
2724 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete, in FindAllocationFunctions()
2761 resolveDeallocationOverload(*this, FoundDelete, /*WantSize*/false, in FindAllocationFunctions()
2780 CheckAllocationAccess(StartLoc, Range, FoundDelete.getNamingClass(), in FindAllocationFunctions()
3015 LookupResult FoundDelete(*this, Name, StartLoc, LookupOrdinaryName); in FindUsualDeallocationFunction() local
3016 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
3022 auto Result = resolveDeallocationOverload(*this, FoundDelete, CanProvideSize, in FindUsualDeallocationFunction()