ASTtools::getUnqualUntmplName
Returns a non‐templated, unqualified name.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
std::string
getUnqualUntmplName(SgDeclarationStatement const* d);
Return Value
a non‐templated, unqualified name.
Parameters
Name |
Description |
d |
This class represents the concept of a declaration statement. |
Created with MrDocs