Home
last modified time | relevance | path

Searched refs:IsFunctionOrMethodCall (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp1032 static bool IsFunctionOrMethodCall(ir::AstNode const *node) in IsFunctionOrMethodCall() function
1174 if (node->IsCallExpression() && !IsFunctionOrMethodCall(node) && in Perform()