• Home
  • Raw
  • Download

Lines Matching defs:ident

69 void ETSChecker::ThrowError(ir::Identifier *const ident)  in ThrowError()
74 void ETSChecker::WrongContextErrorClassifyByType(ir::Identifier *ident, varbinder::Variable *const … in WrongContextErrorClassifyByType()
104 void ETSChecker::NotResolvedError(ir::Identifier *const ident, const varbinder::Variable *classVar, in NotResolvedError()
120 …::Identifier *, ir::TypeNode *> ETSChecker::GetTargetIdentifierAndType(ir::Identifier *const ident) in GetTargetIdentifierAndType()
132 void ETSChecker::ExtraCheckForResolvedError(ir::Identifier *const ident) in ExtraCheckForResolvedError()
147 …ETSChecker::SaveCapturedVariableInLocalClass(varbinder::Variable *const var, ir::Identifier *ident) in SaveCapturedVariableInLocalClass()
206 void ETSChecker::SaveCapturedVariable(varbinder::Variable *const var, ir::Identifier *ident) in SaveCapturedVariable()
234 checker::Type *ETSChecker::ResolveIdentifier(ir::Identifier *const ident) in ResolveIdentifier()
626 void ETSChecker::CheckInit(ir::Identifier *ident, ir::TypeNode *typeAnnotation, ir::Expression *ini… in CheckInit()
676 checker::Type *ETSChecker::CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnota… in CheckVariableDeclaration()
2485 bool ETSChecker::TryTransformingToStaticInvoke(ir::Identifier *const ident, const Type *resolvedTyp… in TryTransformingToStaticInvoke()
2569 … checker::ETSObjectType *lastObjectType, ir::Identifier *ident) in ImportNamespaceObjectTypeAddReExportType()
2586 …SChecker::GetImportSpecifierObjectType(ir::ETSImportDeclaration *importDecl, ir::Identifier *ident) in GetImportSpecifierObjectType()