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