Function SgNodeHelper::Pattern::matchVariableDeclarationWithFunctionCall2

Function SgNodeHelper::Pattern::matchVariableDeclarationWithFunctionCall2#

Function Documentation#

std::pair<SgVariableDeclaration*, SgFunctionCallExp*> SgNodeHelper::Pattern::matchVariableDeclarationWithFunctionCall2(SgNode *node)#

checks variable declaration with function call, returns both in a pair, or a with (0,0).