Lines Matching refs:FoundDelete
1799 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local
1803 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
1805 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
1808 if (FoundDelete.empty()) { in FindAllocationFunctions()
1810 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
1813 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
1854 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
1855 DEnd = FoundDelete.end(); in FindAllocationFunctions()
1876 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
1877 DEnd = FoundDelete.end(); in FindAllocationFunctions()
1926 CheckAllocationAccess(StartLoc, Range, FoundDelete.getNamingClass(), in FindAllocationFunctions()
2227 LookupResult FoundDelete(*this, Name, StartLoc, LookupOrdinaryName); in FindUsualDeallocationFunction() local
2228 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction()
2234 for (LookupResult::iterator D = FoundDelete.begin(), in FindUsualDeallocationFunction()
2235 DEnd = FoundDelete.end(); in FindUsualDeallocationFunction()