Searched refs:FoundDelete (Results 1 – 1 of 1) sorted by relevance
1799 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local1803 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()[all …]