Searched refs:FoundDelete (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2042 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local 2046 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions() 2048 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions() 2051 if (FoundDelete.empty()) { in FindAllocationFunctions() 2053 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions() 2056 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions() 2097 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions() 2098 DEnd = FoundDelete.end(); in FindAllocationFunctions() 2119 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions() 2120 DEnd = FoundDelete.end(); in FindAllocationFunctions() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2624 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() local 2628 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions() 2630 if (FoundDelete.isAmbiguous()) in FindAllocationFunctions() 2633 bool FoundGlobalDelete = FoundDelete.empty(); in FindAllocationFunctions() 2634 if (FoundDelete.empty()) { in FindAllocationFunctions() 2639 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions() 2642 FoundDelete.suppressDiagnostics(); in FindAllocationFunctions() 2690 for (LookupResult::iterator D = FoundDelete.begin(), in FindAllocationFunctions() 2691 DEnd = FoundDelete.end(); in FindAllocationFunctions() 2724 *this, FoundDelete, /*WantSize*/ FoundGlobalDelete, in FindAllocationFunctions() [all …]
|