Home | History | Annotate | Download | only in Sema

Lines Matching refs:FindAllocationOverload

1510     if (FindAllocationOverload(StartLoc, Range, NewName, &AllocArgs[0],
1519 if (FindAllocationOverload(StartLoc, Range, NewName, &AllocArgs[0],
1532 // FindAllocationOverload can change the passed in arguments, so we need to
1660 /// FindAllocationOverload - Find an fitting overload for the allocation
1662 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range,
2003 if (FindAllocationOverload(StartLoc, SourceRange(), Name,
2196 if (FindAllocationOverload(StartLoc, SourceRange(), DeleteName,