Home
last modified time | relevance | path

Searched refs:isDeclarationWithTypeParameters (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/refactors/
DextractSymbol.ts1712 if (isDeclarationWithTypeParameters(curr)) {
1787 …return !!findAncestor(node, n => isDeclarationWithTypeParameters(n) && getEffectiveTypeParameterDe…
/third_party/typescript/src/compiler/
Dutilities.ts924 …export function isDeclarationWithTypeParameters(node: Node): node is DeclarationWithTypeParameters; function
925 …export function isDeclarationWithTypeParameters(node: DeclarationWithTypeParameters): node is Decl…
/third_party/typescript/lib/
DtypingsInstaller.js15396 function isDeclarationWithTypeParameters(node) { function
15407 ts.isDeclarationWithTypeParameters = isDeclarationWithTypeParameters;
Dtsc.js11822 function isDeclarationWithTypeParameters(node) { function
11833 ts.isDeclarationWithTypeParameters = isDeclarationWithTypeParameters;