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