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