Home
last modified time | relevance | path

Searched refs:isAnnotationTypeAlias (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp589 bool isAnnotationTypeAlias = true; in InferAliasLambdaType() local
590 while (localTypeAnnotation->IsETSTypeReference() && isAnnotationTypeAlias) { in InferAliasLambdaType()
598 isAnnotationTypeAlias = node->IsTSTypeAliasDeclaration(); in InferAliasLambdaType()
599 if (isAnnotationTypeAlias) { in InferAliasLambdaType()

Completed in 6 milliseconds