Home
last modified time | relevance | path

Searched refs:MethodSignature (Results 1 – 25 of 38) sorted by relevance

12

/third_party/typescript/src/services/refactors/
DconvertOverloadListToSingleSignature.ts39 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 | …
DconvertParamsToDestructuredObject.ts649 interface ValidMethodSignature extends MethodSignature {
/third_party/typescript/src/services/codefixes/
DfixJSDocTypes.ts56 …| MethodSignature | ParameterDeclaration | PropertyDeclaration | PropertySignature | SetAccessorDe…
70 case SyntaxKind.MethodSignature:
Dhelpers.ts108 case SyntaxKind.MethodSignature:
/third_party/typescript/src/compiler/transformers/declarations/
Ddiagnostics.ts21 | MethodSignature
272 case SyntaxKind.MethodSignature:
351 case SyntaxKind.MethodSignature:
419 case SyntaxKind.MethodSignature:
/third_party/typescript/scripts/
DbuildProtocol.ts82 case ts.SyntaxKind.MethodSignature:
87 …rtyDeclaration | ts.ParameterDeclaration | ts.PropertySignature | ts.MethodSignature | ts.IndexSig…
/third_party/typescript/src/services/
DjsDoc.ts337 case SyntaxKind.MethodSignature:
339 …ArrowFunction | FunctionDeclaration | MethodDeclaration | ConstructorDeclaration | MethodSignature;
Dbreakpoints.ts85 case SyntaxKind.MethodSignature:
664 case SyntaxKind.MethodSignature:
Dclassifier2020.ts242 [SyntaxKind.MethodSignature, TokenType.member],
Dutilities.ts37 case SyntaxKind.MethodSignature:
321 case SyntaxKind.MethodSignature:
358 case SyntaxKind.MethodSignature:
401 case SyntaxKind.MethodSignature:
585 case SyntaxKind.MethodSignature:
2562 || kind === SyntaxKind.MethodSignature;
DfindAllReferences.ts605 case SyntaxKind.MethodSignature:
1884 case SyntaxKind.MethodSignature:
1924 case SyntaxKind.MethodSignature:
1963 case SyntaxKind.MethodSignature:
/third_party/typescript/src/compiler/
DvisitorPublic.ts404 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));
DutilitiesPublic.ts1229 case SyntaxKind.MethodSignature:
1291 || kind === SyntaxKind.MethodSignature
Dtypes.ts205 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;
6966MethodSignature, modifiers: readonly Modifier[] | undefined, name: PropertyName, questionToken: Qu…
/third_party/typescript/src/services/formatting/
DsmartIndenter.ts429 case SyntaxKind.MethodSignature:
590 case SyntaxKind.MethodSignature:
Drules.ts562 case SyntaxKind.MethodSignature:
777 case SyntaxKind.MethodSignature:
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts505 | MethodSignature
977 case SyntaxKind.MethodSignature: {
1722 | MethodSignature
1743 case SyntaxKind.MethodSignature:
/third_party/typescript/src/compiler/factory/
DnodeTests.ts114 export function isMethodSignature(node: Node): node is MethodSignature {
115 return node.kind === SyntaxKind.MethodSignature;
Dutilities.ts796 || kind === SyntaxKind.MethodSignature
/third_party/typescript/lib/
Dtypescript.d.ts272 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;
3246MethodSignature, 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;
7149MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
DtypescriptServices.d.ts272 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;
3246MethodSignature, 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;
7149MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
Dtsserverlibrary.d.ts272 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;
3246MethodSignature, 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;
10894MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts272 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;
3362MethodSignature, 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;
7396MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
Dtsserverlibrary.d.ts272 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;
3362MethodSignature, 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;
11179MethodSignature, typeParameters: NodeArray<TypeParameterDeclaration> | undefined, parameters: Node…
/third_party/typescript/src/linter/
DTypeScriptLinter.ts445 if (decl.kind === SyntaxKind.MethodSignature) {
447 node, prop2type, p.name, (decl as MethodSignature).type

12