Home
last modified time | relevance | path

Searched defs:isImplementationOfOverload (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/lib/
Dtypescript.d.ts2489 isImplementationOfOverload(node: SignatureDeclaration): boolean | undefined; method
DtypescriptServices.d.ts2489 isImplementationOfOverload(node: SignatureDeclaration): boolean | undefined; method
Dtsserverlibrary.d.ts2489 isImplementationOfOverload(node: SignatureDeclaration): boolean | undefined; method
Dtsc.js42912 isImplementationOfOverload: function (nodeIn) { method
78190 function isImplementationOfOverload(node) { function
96756 isImplementationOfOverload: ts.notImplemented, property
DtypingsInstaller.js52045 isImplementationOfOverload: function (nodeIn) { method
92685 function isImplementationOfOverload(node) { function
117121 isImplementationOfOverload: ts.notImplemented, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2489 isImplementationOfOverload(node: SignatureDeclaration): boolean | undefined; method
Dtsserverlibrary.d.ts2489 isImplementationOfOverload(node: SignatureDeclaration): boolean | undefined; method
/third_party/typescript/src/compiler/
Dchecker.ts44977 function isImplementationOfOverload(node: SignatureDeclaration) { function