SageBuilder::buildUsingDirectiveStatement
Build a using directive statement
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgUsingDirectiveStatement*
buildUsingDirectiveStatement(SgNamespaceDeclarationStatement* ns_decl);
Return Value
This class represents the concept of a C++ using directive.
Parameters
Name |
Description |
ns_decl |
This class represents the concept of a C++ namespace declaration. |
Created with MrDocs