ASTtools::isFuncName
Returns true iff the function's unqualified name equals the target name.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isFuncName(
SgFunctionDeclaration const* func,
std::string const& target);
Parameters
Name |
Description |
func |
This class represents the concept of a function declaration statement. |
Created with MrDocs