| /third_party/typescript/src/services/ |
| D | shims.ts | 295 …getClassificationsForLine(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…
|
| D | classifier.ts | 6 …function getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbse… 175 return { getClassificationsForLine, getEncodedLexicalClassifications };
|
| D | types.ts | 1270 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | colorization.ts | 40 …const result = classifier.getClassificationsForLine(text, initialEndOfLineState, /*syntacticClassi…
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 406 …getClassificationsForLine(text: string, lexState: ts.EndOfLineState, classifyKeywordsInGenerics?: … 407 …const result = this.shim.getClassificationsForLine(text, lexState, classifyKeywordsInGenerics).spl…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 6231 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| D | typescriptServices.d.ts | 6231 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| D | tsserverlibrary.d.ts | 6231 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| D | typescript.js | 118612 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…
|
| D | typescriptServices.js | 118612 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…
|
| D | tsserverlibrary.js | 118612 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…
|
| D | tsserver.js | 118043 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/ |
| D | typescript.d.ts | 6476 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| D | tsserverlibrary.d.ts | 6476 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|