Searched refs:NumArgsInFnDecl (Results 1 – 1 of 1) sorted by relevance
1852 unsigned NumArgsInFnDecl = FnDecl->getNumParams(); in FindAllocationOverload() local1853 for (unsigned i = 0; (i < Args.size() && i < NumArgsInFnDecl); ++i) { in FindAllocationOverload()