SageInterface::fixStructDeclaration
Fix symbols, parent and scope pointers. Used internally within appendStatment(), insertStatement() etc when a struct declaration was built without knowing its target scope.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
fixStructDeclaration(
SgClassDeclaration* structDecl,
SgScopeStatement* scope);
Parameters
Name |
Description |
structDecl |
This class represents the concept of a class declaration statement. It includes the |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs