Searched defs:typeDecl (Results 1 – 5 of 5) sorted by relevance
752 const typeDecl = ts.factory.createFunctionTypeNode(typeParameters, parameters, type); constant
545 auto const addTypeAlias = [&childrenSet, &typeAnnotation](varbinder::Decl *typeDecl) { in HasETSFunctionType()558 …auto *typeDecl = typeAnnotation->AsETSTypeReference()->Part()->Name()->AsIdentifier()->Variable()-… in HasETSFunctionType() local
1973 …auto *typeDecl = type->AsETSTypeReference()->Part()->Name()->AsIdentifier()->Variable()->Declarati… in CheckRethrowingFunction() local
349 ir::AstNode *typeDecl = ParseTypeDeclaration(true); in ParseInnerTypeDeclaration() local
1905 const typeDecl = TsUtils.getDeclaration(sym); constant