Skip to content

ASTtools::findFirstFuncDef

Search for the first surrounding function definition.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

[[visibility]]
SgFunctionDefinition const*
findFirstFuncDef(SgStatement const* s);

Return Value

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Parameters

Name

Description

s

This class represents the notion of a statement.

Created with MrDocs