SageInterface::isExtern
Check if a declaration has an "extern" modifier
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
isExtern(SgDeclarationStatement* stmt);
Parameters
Name |
Description |
stmt |
This class represents the concept of a declaration statement. |
Created with MrDocs