Lines Matching refs:FoundDelete
2819 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local
2823 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2825 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
2833 LookupResult::Filter Filter = FoundDelete.makeFilter(); in FindAllocationFunctions()
2842 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions()
2843 if (FoundDelete.empty()) { in FindAllocationFunctions()
2844 FoundDelete.clear(LookupOrdinaryName); in FindAllocationFunctions()
2850 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
2853 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
2901 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
2902 DEnd = FoundDelete.end(); in FindAllocationFunctions()
2936 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete, in FindAllocationFunctions()
2973 resolveDeallocationOverload(*this, FoundDelete, /*WantSize*/false, in FindAllocationFunctions()
2992 CheckAllocationAccess(StartLoc, Range, FoundDelete.getNamingClass(), in FindAllocationFunctions()
3260 LookupResult FoundDelete(*this, Name, StartLoc, LookupOrdinaryName); in FindUsualDeallocationFunction() local
3261 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
3267 auto Result = resolveDeallocationOverload(*this, FoundDelete, CanProvideSize, in FindUsualDeallocationFunction()