Searched refs:resolveAllocationOverload (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2554 static bool resolveAllocationOverload( in resolveAllocationOverload() function 2602 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() 2619 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() 2791 if (resolveAllocationOverload(*this, R, Range, AllocArgs, PassAlignment, in FindAllocationFunctions()
|