AstInterface::IsFunctionDefinition
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
static
bool
IsFunctionDefinition(
AstNodePtr const& s,
std::string* name = 0,
AstList* params = 0,
AstList* outpars = 0,
AstNodePtr* body = 0,
AstTypeList* paramtypes = 0,
AstNodeType* returntype = 0,
bool use_global_unique_name = false,
bool skip_function_declaration = false);
Created with MrDocs