Home
last modified time | relevance | path

Searched defs:declarationType (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DinlayHints.ts133 const declarationType = checker.getTypeAtLocation(decl); constant
/third_party/typescript/src/compiler/
Dchecker.ts39795 … const declarationType = convertAutoToAny(getWidenedTypeForVariableLikeDeclaration(node)); constant