Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp237 bool Checker::FindVariableInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *sear… in FindVariableInBinaryExpressionChain() function in panda::es2panda::checker::Checker
251 FindVariableInBinaryExpressionChain(childNode, searchVar); in FindVariableInBinaryExpressionChain()
261 if (FindVariableInBinaryExpressionChain(parent, searchVar)) { in IsVariableUsedInBinaryExpressionChain()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp245 bool TSChecker::FindVariableInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *searc… 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/
DTSchecker.h281 bool FindVariableInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *searchVar);
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h358 … bool FindVariableInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar);