Searched refs:isCopyConstructorCall (Results 1 – 2 of 2) sorted by relevance
26 bool isCopyConstructorCall(const CallEvent &Call);65 bool IsCopy = isCopyConstructorCall(Call) || isCopyAssignmentCall(Call); in handleConstructorAndAssignment()
43 bool isCopyConstructorCall(const CallEvent &Call) { in isCopyConstructorCall() function