ResetTemplateNames::resetTemplateNamesInAllScopes
Function to support reset of types required for qualified names
Synopsis
Declared in <SageIII/astPostProcessing/resetTemplateNames.h>
void
resetTemplateNamesInAllScopes(SgScopeStatement* scope);
Parameters
Name |
Description |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs