Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp246 bool Checker::FindVariableInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *sear… in FindVariableInBinaryExpressionChain() function in panda::es2panda::checker::Checker
260 FindVariableInBinaryExpressionChain(childNode, searchVar); in FindVariableInBinaryExpressionChain()
270 if (FindVariableInBinaryExpressionChain(parent, searchVar)) { in IsVariableUsedInBinaryExpressionChain()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h358 … bool FindVariableInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar);