Home
last modified time | relevance | path

Searched defs:getContextualType (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/services/
Dcompletions.ts811 …function getContextualType(previousToken: Node, position: number, sourceFile: SourceFile, checker:… function
/third_party/typescript/src/compiler/
Dtypes.ts4976 …skipDirectInference?: true; // Flag set by the API `getContextualType` call on a node when… enumerator
/third_party/typescript/lib/
Dtypescript.d.ts2230 getContextualType(node: Expression): Type | undefined; method
DtypescriptServices.d.ts2230 getContextualType(node: Expression): Type | undefined; method
Dtsserverlibrary.d.ts2230 getContextualType(node: Expression): Type | undefined; method
DtypescriptServices.js44518 getContextualType: function (nodeIn, contextFlags) { method
66836 function getContextualType(node, contextFlags) { function
121015 function getContextualType(previousToken, position, sourceFile, checker) { function
Dtypescript.js44518 getContextualType: function (nodeIn, contextFlags) { method
66836 function getContextualType(node, contextFlags) { function
121015 function getContextualType(previousToken, position, sourceFile, checker) { function
Dtsc.js36171 getContextualType: function (nodeIn, contextFlags) { method
55594 function getContextualType(node, contextFlags) { function
DtypingsInstaller.js44313 getContextualType: function (nodeIn, contextFlags) { method
66631 function getContextualType(node, contextFlags) { function
Dtsserverlibrary.js44518 getContextualType: function (nodeIn, contextFlags) { method
66836 function getContextualType(node, contextFlags) { function
121015 function getContextualType(previousToken, position, sourceFile, checker) { function
Dtsserver.js44324 getContextualType: function (nodeIn, contextFlags) { method
66642 function getContextualType(node, contextFlags) { function
120446 function getContextualType(previousToken, position, sourceFile, checker) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2247 getContextualType(node: Expression): Type | undefined; method
Dtsserverlibrary.d.ts2247 getContextualType(node: Expression): Type | undefined; method