Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp2846 llvm::SmallVector<UsualDeallocFnInfo, 4> BestDeallocFns; in FindAllocationFunctions() local
2850 &BestDeallocFns); in FindAllocationFunctions()
2856 for (auto Fn : BestDeallocFns) in FindAllocationFunctions()