Home
last modified time | relevance | path

Searched defs:bindingVar (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp75 binder::Variable *bindingVar = declarator->Id()->AsIdentifier()->Variable(); in CheckSimpleVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.cpp290 varbinder::Variable *bindingVar = nullptr; in CheckPattern() local
360 bool ObjectExpression::CheckAssignmentPattern(Property *prop, varbinder::Variable *&bindingVar, in CheckAssignmentPattern() argument
H A DarrayExpression.cpp250 varbinder::Variable *bindingVar = ident->Variable(); in CheckAssignmentPattern() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.cpp311 binder::Variable *bindingVar = ident->Variable(); in CheckPattern() local
H A DobjectExpression.cpp489 binder::Variable *bindingVar = nullptr; in CheckPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1303 varbinder::Variable *const bindingVar = declarator->Id()->AsIdentifier()->Variable(); in CheckSimpleVariableDeclaration() member in ark::es2panda::checker::varbinder
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp615 checker::Type *ETSChecker::FixOptionalVariableType(varbinder::Variable *const bindingVar, ir::ModifierFlags flags, in FixOptionalVariableType() argument
726 varbinder::Variable *const bindingVar = ident->Variable(); in CheckVariableDeclaration() member in ark::es2panda::checker::varbinder
657 CheckInit(ir::Identifier *ident, ir::TypeNode *typeAnnotation, ir::Expression *init, checker::Type *annotationType, varbinder::Variable *const bindingVar) CheckInit() argument
[all...]

Completed in 10 milliseconds