Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp1799 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local
1803 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
1805 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions()
1808 if (FoundDelete.empty()) { in FindAllocationFunctions()
1810 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
1813 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions()
1854 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
1855 DEnd = FoundDelete.end(); in FindAllocationFunctions()
1876 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions()
1877 DEnd = FoundDelete.end(); in FindAllocationFunctions()
[all …]