Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp682 auto const addTypeAlias = [&childrenSet, &typeAnnotation](varbinder::Decl *typeDecl) { in HasETSFunctionType()
695 …auto *typeDecl = typeAnnotation->AsETSTypeReference()->Part()->GetIdent()->Variable()->Declaration… in HasETSFunctionType() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1756 const typeDecl = ts.factory.createFunctionTypeNode(typeParameters, parameters, type); constant
2288 const typeDecl = TsUtils.getDeclaration(objectLiteralType.getSymbol()); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2479 const typeDecl = TsUtils.getDeclaration(sym); constant
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp579 ir::AstNode *typeDecl = ParseTypeDeclaration(true); in ParseInnerTypeDeclaration() local