Skip to content

AstInterface::IsFunctionCall

Returns true iff s is a function call, false otherwise. But also attempts to extract a bunch of info about the call.

Synopsis

Declared in <src/midend/astUtil/astInterface/AstInterface.h>

bool
IsFunctionCall(
    AstNodePtr const& s,
    AstNodePtr* f = 0,
    AstList* args = 0,
    AstList* outargs = 0,
    AstTypeList* paramtypes = 0,
    AstNodeType* returntype = 0);

Created with MrDocs