Home
last modified time | relevance | path

Searched defs:searchVar (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp222 bool Checker::IsVariableUsedInConditionBody(const ir::AstNode *parent, binder::Variable *searchVar) in IsVariableUsedInConditionBody()
247 …hecker::FindVariableInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar) in FindVariableInBinaryExpressionChain()
267 …cker::IsVariableUsedInBinaryExpressionChain(const ir::AstNode *parent, binder::Variable *searchVar) in IsVariableUsedInBinaryExpressionChain()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp220 bool TSChecker::IsVariableUsedInConditionBody(ir::AstNode *parent, varbinder::Variable *searchVar) in IsVariableUsedInConditionBody()
245 …TSChecker::FindVariableInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *searchVar) in FindVariableInBinaryExpressionChain()
265 …Checker::IsVariableUsedInBinaryExpressionChain(ir::AstNode *parent, varbinder::Variable *searchVar) in IsVariableUsedInBinaryExpressionChain()