Searched refs:FoundDelete (Results 1 – 1 of 1) sorted by relevance
2677 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local2681 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()2683 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()2691 LookupResult::Filter Filter = FoundDelete.makeFilter(); in FindAllocationFunctions()2700 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions()2701 if (FoundDelete.empty()) { in FindAllocationFunctions()2702 FoundDelete.clear(LookupOrdinaryName); in FindAllocationFunctions()2708 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()2711 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()2759 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()[all …]