Searched refs:TupleType (Results 1 – 18 of 18) sorted by relevance
572 case SyntaxKind.TupleType:644 … if (childKind === SyntaxKind.TypeLiteral || childKind === SyntaxKind.TupleType) {
198 case SyntaxKind.TupleType:
618 case SyntaxKind.TupleType:
1022 using TupleType = std::tuple<Args...>;1023 Action<R(typename std::tuple_element<I, TupleType>::type...)>
177 return node.kind === SyntaxKind.TupleType;
1820 const node = createBaseNode<TupleTypeNode>(SyntaxKind.TupleType);
377 case SyntaxKind.TupleType:1518 case SyntaxKind.TupleType:
221 TupleType, enumerator657 | SyntaxKind.TupleType1581 readonly kind: SyntaxKind.TupleType;5305 export interface TupleType extends GenericType {5316 target: TupleType;
4949 if ((type.target as TupleType).labeledElementDeclarations) {4951 const flags = (type.target as TupleType).elementFlags[i];4954 …ntifier(unescapeLeadingUnderscores(getTupleElementLabel((type.target as TupleType).labeledElementD…4963 const flags = (type.target as TupleType).elementFlags[i];4971 …return (<TupleType>type.target).readonly ? factory.createTypeOperatorNode(SyntaxKind.ReadonlyKeywo…4976 …return (<TupleType>type.target).readonly ? factory.createTypeOperatorNode(SyntaxKind.ReadonlyKeywo…7866 case SyntaxKind.TupleType:9456 type.resolvedBaseTypes = [getTupleBaseType(<TupleType>type)];9482 function getTupleBaseType(type: TupleType) {12713 … return node.kind === SyntaxKind.TupleType && (<TupleTypeNode>node).elements.length === 1;[all …]
505 case SyntaxKind.TupleType:
1387 case SyntaxKind.TupleType:
188 case SyntaxKind.TupleType:
287 TupleType = 180, enumerator901 readonly kind: SyntaxKind.TupleType;2617 export interface TupleType extends GenericType { interface2627 target: TupleType;
287 TupleType = 180, enumerator912 readonly kind: SyntaxKind.TupleType;2650 export interface TupleType extends GenericType { interface2660 target: TupleType;
1579    *TupleType* 1723   *TupleType:* 6200    *TupleType* 6248   *TupleType:*