realName

fun IASTDeclarator.realName(): Pair<IASTDeclarator, Boolean>

This function returns the real name (declarator) of this IASTDeclarator. The name itself can be wrapped in many layers of nested declarators, e.g., if the name is wrapped in ().