SageBuilder::buildNondefiningFunctionDeclaration
Build a prototype for an existing function declaration (defining or nondefining is fine)
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgFunctionDeclaration*
buildNondefiningFunctionDeclaration(
SgFunctionDeclaration const* funcdecl,
SgScopeStatement* scope = NULL);
Return Value
This class represents the concept of a function declaration statement.
Parameters
Name |
Description |
funcdecl |
This class represents the concept of a function declaration statement. |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs