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