Lines Matching refs:Variable
71 varbinder::Variable *DebugInfoDeserializer::CreateIrClass(panda_file::File::EntityId classId, parser::Program *program,
84 return classDecl->Definition()->Ident()->Variable();
110 varbinder::Variable *DebugInfoDeserializer::CreateIrLocalVariable(
133 varbinder::Variable *DebugInfoDeserializer::CreateIrGlobalVariable(parser::Program *program,
145 varbinder::Variable *var = nullptr;
170 var = field->Key()->AsIdentifier()->Variable();
176 varbinder::Variable *DebugInfoDeserializer::CreateIrGlobalMethods(ArenaVector<ir::AstNode *> &createdMethods,
183 varbinder::Variable *var = nullptr;
202 auto *methodVar = method->AsClassElement()->Value()->AsFunctionExpression()->Function()->Id()->Variable();
211 varbinder::Variable *DebugInfoDeserializer::CreateLocalVarDecl(ir::Identifier *ident, RegisterNumber regNumber,
254 return varDecl->AsVariableDeclaration()->Declarators()[0]->Id()->Variable();