Home
last modified time | relevance | path

Searched defs:typeDecl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp518 auto const addTypeAlias = [&childrenSet, &typeAnnotation](varbinder::Decl *typeDecl) { in HasETSFunctionType()
531 …auto *typeDecl = typeAnnotation->AsETSTypeReference()->Part()->Name()->AsIdentifier()->Variable()-… in HasETSFunctionType() local
Dhelpers.cpp2257 …auto *typeDecl = type->AsETSTypeReference()->Part()->Name()->AsIdentifier()->Variable()->Declarati… in CheckRethrowingFunction() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1581 ir::AstNode *typeDecl = ParseTypeDeclaration(true); in ParseInnerTypeDeclaration() local