Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h282 bool IsVariableUsedInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *searchVar);
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp267 bool Checker::IsVariableUsedInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *se… in IsVariableUsedInBinaryExpressionChain() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp265 bool TSChecker::IsVariableUsedInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *sea… in IsVariableUsedInBinaryExpressionChain() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h359 …bool IsVariableUsedInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar);