Skip to content

ResetTypes

This traversal uses the Memory Pool traversal to fixup types indeclarations that can be shared but are not. (e.g SgclassDeclarations).

Synopsis

Declared in <SageIII/astPostProcessing/fixupTypes.h>

class ResetTypes
    : public ROSE_VisitTraversal

Base Classes

Name

Description

ROSE_VisitTraversal

Member Functions

Name

Description

~ResetTypes [destructor] [virtual]

Destructor

visit [virtual]

Required traversal function

Description

This traversal uses the Memory Pool traversal to fixup types that are notshared across defining vs. non‐defining declarations and additional non‐definingdeclaration can can exist in the AST.

Created with MrDocs