FortranCodeGeneration_locatedNode::unparseStringAttr
For unparsing the length attribute of an entity in a type declaration.
Synopsis
Declared in <src/backend/unparser/FortranCodeGeneration/unparseFortran.h>
void
unparseStringAttr(
SgTypeString* 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 length attribute of the given string type |
type |
This class represents a string type used for SgStringVal IR node. |
Created with MrDocs