Lines Matching refs:FoundDelete
2731 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local
2735 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2737 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
2745 LookupResult::Filter Filter = FoundDelete.makeFilter(); in FindAllocationFunctions()
2754 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions()
2755 if (FoundDelete.empty()) { in FindAllocationFunctions()
2756 FoundDelete.clear(LookupOrdinaryName); in FindAllocationFunctions()
2762 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
2765 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
2813 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
2814 DEnd = FoundDelete.end(); in FindAllocationFunctions()
2848 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete, in FindAllocationFunctions()
2885 resolveDeallocationOverload(*this, FoundDelete, /*WantSize*/false, in FindAllocationFunctions()
2904 CheckAllocationAccess(StartLoc, Range, FoundDelete.getNamingClass(), in FindAllocationFunctions()
3147 LookupResult FoundDelete(*this, Name, StartLoc, LookupOrdinaryName); in FindUsualDeallocationFunction() local
3148 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
3154 auto Result = resolveDeallocationOverload(*this, FoundDelete, CanProvideSize, in FindUsualDeallocationFunction()