ResetParentPointers::resetParentPointersInTemplateArgumentList
Reset parent pointers appearing in subtrees represnting the template arguments
Synopsis
Declared in <SageIII/astPostProcessing/resetParentPointers.h>
void
resetParentPointersInTemplateArgumentList(SgTemplateArgumentPtrList const& templateArgList);
Description
This function traverses the list of template arguments and looks for SgNameTypes and reset the parents in their associated declarations.
This could be eliminated if we were to traverse the template
arguments (not clear if that is a good idea).
Created with MrDocs