Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3211 llvm::SmallVector<UsualDeallocFnInfo, 4> BestDeallocFns; in FindAllocationFunctions() local
3218 *this, FoundDelete, IDP, StartLoc, &BestDeallocFns); in FindAllocationFunctions()
3219 if (Selected && BestDeallocFns.empty()) in FindAllocationFunctions()
3224 for (auto Fn : BestDeallocFns) in FindAllocationFunctions()