| /third_party/typescript/src/services/refactors/ |
| D | convertOverloadListToSingleSignature.ts | 39 case SyntaxKind.MethodSignature: { 121 …function getNewParametersForCombinedSignature(signatureDeclarations: (MethodSignature | MethodDecl… 139 …function convertSignatureParametersToTuple(decl: MethodSignature | MethodDeclaration | CallSignatu… 173 …function isConvertableSignatureDeclaration(d: Node): d is MethodSignature | MethodDeclaration | Ca… 175 case SyntaxKind.MethodSignature: 211 …const signatureDecls = decls as (MethodSignature | MethodDeclaration | CallSignatureDeclaration | …
|
| D | convertParamsToDestructuredObject.ts | 649 interface ValidMethodSignature extends MethodSignature {
|
| /third_party/typescript/src/services/codefixes/ |
| D | fixJSDocTypes.ts | 56 …| MethodSignature | ParameterDeclaration | PropertyDeclaration | PropertySignature | SetAccessorDe… 70 case SyntaxKind.MethodSignature:
|
| D | helpers.ts | 108 case SyntaxKind.MethodSignature:
|
| /third_party/typescript/src/compiler/transformers/declarations/ |
| D | diagnostics.ts | 21 | MethodSignature 272 case SyntaxKind.MethodSignature: 351 case SyntaxKind.MethodSignature: 419 case SyntaxKind.MethodSignature:
|
| /third_party/typescript/scripts/ |
| D | buildProtocol.ts | 82 case ts.SyntaxKind.MethodSignature: 87 …rtyDeclaration | ts.ParameterDeclaration | ts.PropertySignature | ts.MethodSignature | ts.IndexSig…
|
| /third_party/typescript/src/services/ |
| D | jsDoc.ts | 337 case SyntaxKind.MethodSignature: 339 …ArrowFunction | FunctionDeclaration | MethodDeclaration | ConstructorDeclaration | MethodSignature;
|
| D | breakpoints.ts | 85 case SyntaxKind.MethodSignature: 664 case SyntaxKind.MethodSignature:
|
| D | classifier2020.ts | 242 [SyntaxKind.MethodSignature, TokenType.member],
|
| D | utilities.ts | 37 case SyntaxKind.MethodSignature: 321 case SyntaxKind.MethodSignature: 358 case SyntaxKind.MethodSignature: 401 case SyntaxKind.MethodSignature: 585 case SyntaxKind.MethodSignature: 2562 || kind === SyntaxKind.MethodSignature;
|
| D | findAllReferences.ts | 605 case SyntaxKind.MethodSignature: 1884 case SyntaxKind.MethodSignature: 1924 case SyntaxKind.MethodSignature: 1963 case SyntaxKind.MethodSignature:
|
| /third_party/typescript/src/compiler/ |
| D | visitorPublic.ts | 404 case SyntaxKind.MethodSignature: 405 return factory.updateMethodSignature(<MethodSignature>node, 407 nodeVisitor((<MethodSignature>node).name, visitor, isPropertyName), 408 nodeVisitor((<MethodSignature>node).questionToken, tokenVisitor, isToken), 409 … nodesVisitor((<MethodSignature>node).typeParameters, visitor, isTypeParameterDeclaration), 410 … nodesVisitor((<MethodSignature>node).parameters, visitor, isParameterDeclaration), 411 nodeVisitor((<MethodSignature>node).type, visitor, isTypeNode));
|
| D | utilitiesPublic.ts | 1229 case SyntaxKind.MethodSignature: 1291 || kind === SyntaxKind.MethodSignature
|
| D | types.ts | 205 MethodSignature, enumerator 885 | MethodSignature 970 | MethodSignature 1239 | MethodSignature 1437 export interface MethodSignature extends SignatureDeclarationBase, TypeElement { 1438 readonly kind: SyntaxKind.MethodSignature; 6965 …defined, parameters: readonly ParameterDeclaration[], type: TypeNode | undefined): MethodSignature; 6966 …MethodSignature, modifiers: readonly Modifier[] | undefined, name: PropertyName, questionToken: Qu…
|
| /third_party/typescript/src/services/formatting/ |
| D | smartIndenter.ts | 429 case SyntaxKind.MethodSignature: 590 case SyntaxKind.MethodSignature:
|
| D | rules.ts | 562 case SyntaxKind.MethodSignature: 777 case SyntaxKind.MethodSignature:
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 505 | MethodSignature 977 case SyntaxKind.MethodSignature: { 1722 | MethodSignature 1743 case SyntaxKind.MethodSignature:
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeTests.ts | 114 export function isMethodSignature(node: Node): node is MethodSignature { 115 return node.kind === SyntaxKind.MethodSignature;
|
| D | utilities.ts | 796 || kind === SyntaxKind.MethodSignature
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 272 MethodSignature = 165, enumerator 567 …aration | CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | PropertySig… 687 …aration = CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | IndexSignat… 808 export interface MethodSignature extends SignatureDeclarationBase, TypeElement { interface 809 readonly kind: SyntaxKind.MethodSignature; 3245 …defined, parameters: readonly ParameterDeclaration[], type: TypeNode | undefined): MethodSignature; 3246 …MethodSignature, modifiers: readonly Modifier[] | undefined, name: PropertyName, questionToken: Qu… 4398 function isMethodSignature(node: Node): node is MethodSignature; 7147 …defined, name: string | PropertyName, questionToken: QuestionToken | undefined) => MethodSignature; 7149 …MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
|
| D | typescriptServices.d.ts | 272 MethodSignature = 165, enumerator 567 …aration | CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | PropertySig… 687 …aration = CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | IndexSignat… 808 export interface MethodSignature extends SignatureDeclarationBase, TypeElement { interface 809 readonly kind: SyntaxKind.MethodSignature; 3245 …defined, parameters: readonly ParameterDeclaration[], type: TypeNode | undefined): MethodSignature; 3246 …MethodSignature, modifiers: readonly Modifier[] | undefined, name: PropertyName, questionToken: Qu… 4398 function isMethodSignature(node: Node): node is MethodSignature; 7147 …defined, name: string | PropertyName, questionToken: QuestionToken | undefined) => MethodSignature; 7149 …MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
|
| D | tsserverlibrary.d.ts | 272 MethodSignature = 165, enumerator 567 …aration | CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | PropertySig… 687 …aration = CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | IndexSignat… 808 export interface MethodSignature extends SignatureDeclarationBase, TypeElement { interface 809 readonly kind: SyntaxKind.MethodSignature; 3245 …defined, parameters: readonly ParameterDeclaration[], type: TypeNode | undefined): MethodSignature; 3246 …MethodSignature, modifiers: readonly Modifier[] | undefined, name: PropertyName, questionToken: Qu… 4398 function isMethodSignature(node: Node): node is MethodSignature; 10892 …defined, name: string | PropertyName, questionToken: QuestionToken | undefined) => MethodSignature; 10894 …MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 272 MethodSignature = 165, enumerator 578 …aration | CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | PropertySig… 698 …aration = CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | IndexSignat… 819 export interface MethodSignature extends SignatureDeclarationBase, TypeElement { interface 820 readonly kind: SyntaxKind.MethodSignature; 3361 …defined, parameters: readonly ParameterDeclaration[], type: TypeNode | undefined): MethodSignature; 3362 …MethodSignature, modifiers: readonly Modifier[] | undefined, name: PropertyName, questionToken: Qu… 4629 function isMethodSignature(node: Node): node is MethodSignature; 7394 …defined, name: string | PropertyName, questionToken: QuestionToken | undefined) => MethodSignature; 7396 …MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
|
| D | tsserverlibrary.d.ts | 272 MethodSignature = 165, enumerator 578 …aration | CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | PropertySig… 698 …aration = CallSignatureDeclaration | ConstructSignatureDeclaration | MethodSignature | IndexSignat… 819 export interface MethodSignature extends SignatureDeclarationBase, TypeElement { interface 820 readonly kind: SyntaxKind.MethodSignature; 3361 …defined, parameters: readonly ParameterDeclaration[], type: TypeNode | undefined): MethodSignature; 3362 …MethodSignature, modifiers: readonly Modifier[] | undefined, name: PropertyName, questionToken: Qu… 4629 function isMethodSignature(node: Node): node is MethodSignature; 11177 …defined, name: string | PropertyName, questionToken: QuestionToken | undefined) => MethodSignature; 11179 …MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
|
| /third_party/typescript/src/linter/ |
| D | TypeScriptLinter.ts | 445 if (decl.kind === SyntaxKind.MethodSignature) { 447 node, prop2type, p.name, (decl as MethodSignature).type
|