isSgStatement
isSgStatement overloads
Synopses
Declared in <src/frontend/SageIII/Cxx_Grammar.h>
Casts pointer from base class to derived class
[[visibility]]
SgStatement*
isSgStatement(SgNode* s);
Casts pointer from base class to derived class (for const pointers)
[[visibility]]
SgStatement const*
isSgStatement(SgNode const* s);
Created with MrDocs