Skip to content

SageInterface::lookupFunctionSymbolInParentScopes

lookupFunctionSymbolInParentScopes overloads

Synopses

Declared in <SageIII/sageInterface/sageInterface.h>

look up the first matched function symbol in parent scopes given only a function name, starting from top of ScopeStack if currentscope is not given or NULL

[[visibility]]
SgFunctionSymbol*
lookupFunctionSymbolInParentScopes(
    SgName const& functionName,
    SgScopeStatement* currentScope = NULL);

look up function symbol in parent scopes given both name and function type, starting from top of ScopeStack if currentscope is not given or NULL

[[visibility]]
SgFunctionSymbol*
lookupFunctionSymbolInParentScopes(
    SgName const& functionName,
    SgType const* t,
    SgScopeStatement* currentScope = NULL);

Created with MrDocs