Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp266 bool Checker::IsVariableUsedInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *se… in IsVariableUsedInBinaryExpressionChain() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h359 …bool IsVariableUsedInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar);