Home
last modified time | relevance | path

Searched refs:getClassificationsForLine (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/services/
Dshims.ts295getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent?: bool… method
1139 …public getClassificationsForLine(text: string, lexState: EndOfLineState, classifyKeywordsInGeneric… method in ClassifierShimObject
1140 …const classification = this.classifier.getClassificationsForLine(text, lexState, classifyKeywordsI…
Dclassifier.ts6 …function getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbse…
175 return { getClassificationsForLine, getEncodedLexicalClassifications };
Dtypes.ts1270getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
/third_party/typescript/src/testRunner/unittests/services/
Dcolorization.ts40 …const result = classifier.getClassificationsForLine(text, initialEndOfLineState, /*syntacticClassi…
/third_party/typescript/src/harness/
DharnessLanguageService.ts406getClassificationsForLine(text: string, lexState: ts.EndOfLineState, classifyKeywordsInGenerics?: …
407 …const result = this.shim.getClassificationsForLine(text, lexState, classifyKeywordsInGenerics).spl…
/third_party/typescript/lib/
Dtypescript.d.ts6231getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
DtypescriptServices.d.ts6231getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
Dtsserverlibrary.d.ts6231getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
Dtypescript.js118612 function getClassificationsForLine(text, lexState, syntacticClassifierAbsent) { function
118768 …return { getClassificationsForLine: getClassificationsForLine, getEncodedLexicalClassifications: g…
152552 …ClassifierShimObject.prototype.getClassificationsForLine = function (text, lexState, classifyKeywo… method in ClassifierShimObject
152554 …var classification = this.classifier.getClassificationsForLine(text, lexState, classifyKeywordsInG…
DtypescriptServices.js118612 function getClassificationsForLine(text, lexState, syntacticClassifierAbsent) { function
118768 …return { getClassificationsForLine: getClassificationsForLine, getEncodedLexicalClassifications: g…
152552 …ClassifierShimObject.prototype.getClassificationsForLine = function (text, lexState, classifyKeywo… method in ClassifierShimObject
152554 …var classification = this.classifier.getClassificationsForLine(text, lexState, classifyKeywordsInG…
Dtsserverlibrary.js118612 function getClassificationsForLine(text, lexState, syntacticClassifierAbsent) { function
118768 …return { getClassificationsForLine: getClassificationsForLine, getEncodedLexicalClassifications: g…
152552 …ClassifierShimObject.prototype.getClassificationsForLine = function (text, lexState, classifyKeywo… method in ClassifierShimObject
152554 …var classification = this.classifier.getClassificationsForLine(text, lexState, classifyKeywordsInG…
Dtsserver.js118043 function getClassificationsForLine(text, lexState, syntacticClassifierAbsent) { function
118199 …return { getClassificationsForLine: getClassificationsForLine, getEncodedLexicalClassifications: g…
151983 …ClassifierShimObject.prototype.getClassificationsForLine = function (text, lexState, classifyKeywo… method in ClassifierShimObject
151985 …var classification = this.classifier.getClassificationsForLine(text, lexState, classifyKeywordsInG…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6476getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
Dtsserverlibrary.d.ts6476getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method