changeAllMembersToPublic
Change all members in a program to be public. There should really be a smarter procedure for this that only changes members used by inlined code.
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
void
changeAllMembersToPublic(SgNode* n);
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs