ASTtools::isStaticFunc
Returns true iff the given function declaration is 'static'.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isStaticFunc(SgFunctionDeclaration const* func);
Return Value
true iff the given function declaration is 'static'.
Parameters
Name |
Description |
func |
This class represents the concept of a function declaration statement. |
Created with MrDocs