SageInterface::findFirstDefiningFunctionDecl
Find the first defining function declaration statement in a scope
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgFunctionDeclaration*
findFirstDefiningFunctionDecl(SgScopeStatement* scope);
Return Value
This class represents the concept of a function declaration statement.
Parameters
Name |
Description |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs