ASTtools::isTemplateInst
isTemplateInst overloads
Synopses
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
Returns 'true' if the given declaration is a template instantiation.
bool
isTemplateInst(SgDeclarationStatement const* decl);
Returns 'true' if the given scope is a template instantiation.
bool
isTemplateInst(SgScopeStatement const* scope);
Created with MrDocs