Home
last modified time | relevance | path

Searched refs:FindVariableInBinaryExpressionChain (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dhelpers.cpp247 bool Checker::FindVariableInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar) in FindVariableInBinaryExpressionChain() function in panda::es2panda::checker::Checker
261 FindVariableInBinaryExpressionChain(childNode, searchVar); in FindVariableInBinaryExpressionChain()
271 if (FindVariableInBinaryExpressionChain(parent, searchVar)) { in IsVariableUsedInBinaryExpressionChain()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dhelpers.cpp245 bool TSChecker::FindVariableInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *searchVar) in FindVariableInBinaryExpressionChain() function in ark::es2panda::checker::TSChecker
259 FindVariableInBinaryExpressionChain(childNode, searchVar); in FindVariableInBinaryExpressionChain()
269 if (FindVariableInBinaryExpressionChain(parent, searchVar)) { in IsVariableUsedInBinaryExpressionChain()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h281 bool FindVariableInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *searchVar);
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h358 bool FindVariableInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar);

Completed in 4 milliseconds