SageInterface::fixLabelStatement
Fix symbol table for SgLabelStatement. Used Internally when the label is built without knowing its target scope. Both parameters cannot be NULL.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
fixLabelStatement(
SgLabelStatement* label_stmt,
SgScopeStatement* scope);
Parameters
Name |
Description |
label_stmt |
This class represents the concept of a C or C++ label statement. |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs