Home
last modified time | relevance | path

Searched defs:isTypeReference (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts347 export function isTypeReference(tsType: Type): tsType is TypeReference { function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts568 export function isTypeReference(tsType: Type): tsType is TypeReference { function
/third_party/typescript/src/services/
Dutilities.ts186 function isTypeReference(node: Node): boolean { function