Lines Matching refs:FoundDelete
2042 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local
2046 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2048 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
2051 if (FoundDelete.empty()) { in FindAllocationFunctions()
2053 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
2056 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
2097 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
2098 DEnd = FoundDelete.end(); in FindAllocationFunctions()
2119 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
2120 DEnd = FoundDelete.end(); in FindAllocationFunctions()
2169 CheckAllocationAccess(StartLoc, Range, FoundDelete.getNamingClass(), in FindAllocationFunctions()
2461 LookupResult FoundDelete(*this, Name, StartLoc, LookupOrdinaryName); in FindUsualDeallocationFunction() local
2462 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
2468 for (LookupResult::iterator D = FoundDelete.begin(), in FindUsualDeallocationFunction()
2469 DEnd = FoundDelete.end(); in FindUsualDeallocationFunction()