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