Searched refs:resolveAllocationOverload (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2484 static bool resolveAllocationOverload( in resolveAllocationOverload() function 2532 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() 2549 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() 2726 if (resolveAllocationOverload(*this, R, Range, AllocArgs, PassAlignment, in FindAllocationFunctions()
|