Home
last modified time | relevance | path

Searched defs:initType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp145 Type *initType = inferedType; in HandleAssignmentPattern() local
182 …Context::HandleIdentifierPattern(const ir::AssignmentExpression *assignmentPattern, Type *initType, in HandleIdentifierPattern()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp166 Type *initType = inferredType; in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp651 void ETSChecker::CheckEnumType(ir::Expression *init, checker::Type *initType, const util::StringVie… in CheckEnumType()
711 checker::Type *initType = init->Check(this); in CheckVariableDeclaration() local
745 … ir::Expression *init, checker::Type *initType) in CheckAnnotationTypeForVariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp526 [[maybe_unused]] auto *const initType = expr->Initializer()->Check(checker); in Check() local
2706 …if (auto *const initType = st->Init() != nullptr ? st->Init()->TsType() : nullptr; initType != nul… in Check() local