Searched defs:typeDecl (Results 1 – 4 of 4) sorted by relevance
682 auto const addTypeAlias = [&childrenSet, &typeAnnotation](varbinder::Decl *typeDecl) { in HasETSFunctionType()695 …auto *typeDecl = typeAnnotation->AsETSTypeReference()->Part()->GetIdent()->Variable()->Declaration… in HasETSFunctionType() local
1756 const typeDecl = ts.factory.createFunctionTypeNode(typeParameters, parameters, type); constant2288 const typeDecl = TsUtils.getDeclaration(objectLiteralType.getSymbol()); constant
2479 const typeDecl = TsUtils.getDeclaration(sym); constant
579 ir::AstNode *typeDecl = ParseTypeDeclaration(true); in ParseInnerTypeDeclaration() local