shouldContinueSearchInParent

In C++ if there is a method that matches the name we are looking for, we have to stop searching in the parents even if the signature of the method does not match

Return

true if there is no method in the recordDeclaration where the name of the method matches with the provided name. false otherwise

Parameters

recordDeclaration
name