SageInterface::hasSameGlobalScope
This is supporting the recognition of functions in header files from two different ASTs
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
hasSameGlobalScope(
SgStatement* statement_1,
SgStatement* statement_2);
Parameters
Name |
Description |
statement_1 |
This class represents the notion of a statement. |
statement_2 |
This class represents the notion of a statement. |
Created with MrDocs