ASTtools::isTemplateInst
Returns 'true' if the given declaration is a template instantiation.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isTemplateInst(SgDeclarationStatement const* decl);
Return Value
'true' if the given declaration is a template instantiation.
Parameters
Name |
Description |
decl |
This class represents the concept of a declaration statement. |
Created with MrDocs