Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp147 Type *initType = inferedType; in HandleAssignmentPattern() local
184 void DestructuringContext::HandleIdentifierPattern(const ir::AssignmentExpression *assignmentPattern, Type *initType, in HandleIdentifierPattern() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp166 Type *initType = inferredType; in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp518 [[maybe_unused]] auto *const initType = expr->Initializer()->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp702 void ETSChecker::CheckEnumType(ir::Expression *init, checker::Type *initType, const util::StringView &varName) in CheckEnumType() argument
749 checker::Type *initType = init->Check(this); in CheckVariableDeclaration() local
789 CheckAnnotationTypeForVariableDeclaration(checker::Type *annotationType, bool isUnionFunction, ir::Expression *init, checker::Type *initType) CheckAnnotationTypeForVariableDeclaration() argument
[all...]

Completed in 10 milliseconds