Home
last modified time | relevance | path

Searched refs:FoundDelete (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2844 LookupResult &FoundDelete, in LookupGlobalDeallocationFunctions() argument
2847 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() local
3056 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 …]