Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp2735 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
2737 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
2745 LookupResult::Filter Filter = FoundDelete.makeFilter(); in FindAllocationFunctions()
2754 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions()
2755 if (FoundDelete.empty()) { in FindAllocationFunctions()
2756 FoundDelete.clear(LookupOrdinaryName); in FindAllocationFunctions()
2765 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
2813 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
2814 DEnd = FoundDelete.end(); in FindAllocationFunctions()
2848 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete, in FindAllocationFunctions()
[all …]