Searched refs:FoundDelete (Results 1 – 1 of 1) sorted by relevance
2844 LookupResult &FoundDelete, in LookupGlobalDeallocationFunctions() argument2847 S.LookupQualifiedName(FoundDelete, S.Context.getTranslationUnitDecl()); in LookupGlobalDeallocationFunctions()2851 LookupResult::Filter Filter = FoundDelete.makeFilter(); in LookupGlobalDeallocationFunctions()3051 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local3056 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()3058 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()3066 LookupResult::Filter Filter = FoundDelete.makeFilter(); in FindAllocationFunctions()3081 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions()3095 if (IsClassScopedTypeAwareNew && FoundDelete.empty()) { in FindAllocationFunctions()3099 if (FoundDelete.empty()) { in FindAllocationFunctions()[all …]