Searched refs:resolveAllocationOverload (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2379 static bool resolveAllocationOverload( in resolveAllocationOverload() function 2427 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() 2444 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() 2596 if (resolveAllocationOverload(*this, R, Range, AllocArgs, PassAlignment, in FindAllocationFunctions()
|