RoseAst::isTemplateNode
determines whether a node is used to represent the root node of a template.
Synopsis
Declared in <src/midend/abstractLayer/RoseAst.h>
static
bool
isTemplateNode(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs