Skip to content

ResetParentPointers::resetParentPointersInType

resets pointers in islands of AST code not currently traversed (hidden in types or arrays of types)

Synopsis

Declared in <SageIII/astPostProcessing/resetParentPointers.h>

void
resetParentPointersInType(
    SgType* typeNode,
    SgNode* previousNode);

Parameters

Name

Description

typeNode

This class represents the base class for all types.

previousNode

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs