Home
last modified time | relevance | path

Searched defs:annotationType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp90 checker::Type *annotationType = typeAnnotation->AsTypeNode()->GetType(checker); in CheckSimpleVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp582 checker::Type *PreferredObjectTypeFromAnnotation(checker::Type *annotationType) in PreferredObjectTypeFromAnnotation()
602 checker::Type *annotationType, varbinder::Variable *const bindingVar) in CheckInit()
689 checker::Type *annotationType = nullptr; in CheckVariableDeclaration() local
744 void ETSChecker::CheckAnnotationTypeForVariableDeclaration(checker::Type *annotationType, bool isUn… in CheckAnnotationTypeForVariableDeclaration()
1092 …::SetArrayPreferredTypeForNestedMemberExpressions(ir::MemberExpression *expr, Type *annotationType) in SetArrayPreferredTypeForNestedMemberExpressions()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp32 Type *annotationType = typeAnnotation->AsTypeNode()->GetType(checker_); in Prepare() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp35 Type *annotationType = typeAnnotation->GetType(checker_); in Prepare() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1329 checker::Type *const annotationType = typeAnnotation->GetType(checker); in CheckSimpleVariableDeclaration() local