Searched refs:getClassificationsForLine (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/src/services/ |
| D | shims.ts | 297 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent?: bool… method 1148 …public getClassificationsForLine(text: string, lexState: EndOfLineState, classifyKeywordsInGeneric… method in ClassifierShimObject 1149 …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 | 1427 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | colorization.ts | 59 …const result = classifier.getClassificationsForLine(text, initialEndOfLineState, /*syntacticClassi…
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 425 …getClassificationsForLine(text: string, lexState: ts.EndOfLineState, classifyKeywordsInGenerics?: … 426 …const result = this.shim.getClassificationsForLine(text, lexState, classifyKeywordsInGenerics).spl…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 7103 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| D | typescriptServices.d.ts | 7103 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| D | tsserverlibrary.d.ts | 7103 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 7103 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|
| D | tsserverlibrary.d.ts | 7103 …getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent: boole… method
|