Home
last modified time | relevance | path

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

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