Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1657 llvm::SmallVectorImpl<UsualDeallocFnInfo> *BestFns = nullptr) { in resolveDeallocationOverload() argument
1668 if (BestFns) in resolveDeallocationOverload()
1669 BestFns->push_back(Info); in resolveDeallocationOverload()
1678 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()
1679 BestFns->clear(); in resolveDeallocationOverload()
1682 if (BestFns) in resolveDeallocationOverload()
1683 BestFns->push_back(Info); in resolveDeallocationOverload()