Home | History | Annotate | Download | only in Sema

Lines Matching refs:AllocArgs

1729   SmallVector<Expr*, 8> AllocArgs(1 + PlaceArgs.size());
1737 AllocArgs[0] = &Size;
1738 std::copy(PlaceArgs.begin(), PlaceArgs.end(), AllocArgs.begin() + 1);
1756 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, Record,
1766 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,
1778 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,