FortranCodeGeneration_locatedNode::unparseEntityTypeAttr
For unparsing the attributes of an entity in a type declaration.
Synopsis
Declared in <src/backend/unparser/FortranCodeGeneration/unparseFortran.h>
void
unparseEntityTypeAttr(
SgType* type,
SgUnparse_Info& info,
bool oneVarOnly);
Parameters
Name |
Description |
oneVarOnly |
‐ true means there is only one declared variable in the type declaration. If oneVarOnly is false , unparses relevant attributes of the given type. |
type |
This class represents the base class for all types. |
Created with MrDocs