Searched defs:initType (Results 1 – 4 of 4) sorted by relevance
145 Type *initType = inferedType; in HandleAssignmentPattern() local182 …Context::HandleIdentifierPattern(const ir::AssignmentExpression *assignmentPattern, Type *initType, in HandleIdentifierPattern()
166 Type *initType = inferredType; in HandleAssignmentPattern() local
651 void ETSChecker::CheckEnumType(ir::Expression *init, checker::Type *initType, const util::StringVie… in CheckEnumType()711 checker::Type *initType = init->Check(this); in CheckVariableDeclaration() local745 … ir::Expression *init, checker::Type *initType) in CheckAnnotationTypeForVariableDeclaration()
526 [[maybe_unused]] auto *const initType = expr->Initializer()->Check(checker); in Check() local2706 …if (auto *const initType = st->Init() != nullptr ? st->Init()->TsType() : nullptr; initType != nul… in Check() local