Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp558 auto const addTypeAlias = [&childrenSet, &typeAnnotation](varbinder::Decl *typeDecl) { in HasETSFunctionType()
571 …auto *typeDecl = typeAnnotation->AsETSTypeReference()->Part()->Name()->AsIdentifier()->Variable()-… in HasETSFunctionType() local
Dhelpers.cpp1995 …auto *typeDecl = type->AsETSTypeReference()->Part()->Name()->AsIdentifier()->Variable()->Declarati… in CheckRethrowingFunction() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1507 const typeDecl = ts.factory.createFunctionTypeNode(typeParameters, parameters, type); constant
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp429 ir::AstNode *typeDecl = ParseTypeDeclaration(true); in ParseInnerTypeDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2153 const typeDecl = TsUtils.getDeclaration(sym); constant