ASTtools::isTemplateInst
Returns 'true' if the given scope is a template instantiation.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isTemplateInst(SgScopeStatement const* scope);
Return Value
'true' if the given scope is a template instantiation.
Parameters
Name |
Description |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs