Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Find places where a component of a derived type is used

Dear All,

I am working on a photran refactoring which makes a component of a derived type private. In order to achieve this, I need to make sure this component is not used outside the module/program where the derived type is defined.

Is there an easy way to find such places(e.g. like findAllReferences(...))?

Thank you!

Best regards,
Yilong Li

Back to the top