ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
checkIsModifiedFlag.C File Reference
#include "sage3basic.h"
#include "checkIsModifiedFlag.h"
Include dependency graph for checkIsModifiedFlag.C:

Go to the source code of this file.

Functions

bool checkIsModifiedFlag (SgNode *node)
 Clears the p_isModified bit for node and all children, recursively. More...
 
bool CheckIsModifiedFlagSupport (SgNode *node)
 

Function Documentation

bool checkIsModifiedFlag ( SgNode node)

Clears the p_isModified bit for node and all children, recursively.

Returns true iff node or one of its descendants had p_isModified set.

Definition at line 8 of file checkIsModifiedFlag.C.

References CheckIsModifiedFlagSupport().

Referenced by SgAsmExecutableFileFormat::unparseBinaryFormat().

bool CheckIsModifiedFlagSupport ( SgNode node)