Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2798 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2800 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
2808 LookupResult::Filter Filter = FoundDelete.makeFilter(); in FindAllocationFunctions()
2817 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions()
2818 if (FoundDelete.empty()) { in FindAllocationFunctions()
2819 FoundDelete.clear(LookupOrdinaryName); in FindAllocationFunctions()
2828 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
2876 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
2877 DEnd = FoundDelete.end(); in FindAllocationFunctions()
2911 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete, in FindAllocationFunctions()
[all …]