SageInterface::fixTemplateDeclaration
Fix the symbol table and set scope (only if scope in declaration is not already set).
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
fixTemplateDeclaration(
SgTemplateDeclaration* stmt,
SgScopeStatement* scope);
Parameters
Name |
Description |
stmt |
This class represents the concept of a template declaration. |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs