Home
last modified time | relevance | path

Searched refs:SemanticClassificationFormat (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts339 export const enum SemanticClassificationFormat { enum
407 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
411 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
425 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
Dservices.ts1993 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
1996 const responseFormat = format || SemanticClassificationFormat.Original;
1997 if (responseFormat === SemanticClassificationFormat.TwentyTwenty) {
2005 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
2008 const responseFormat = format || SemanticClassificationFormat.Original;
2009 if (responseFormat === SemanticClassificationFormat.Original) {
Dshims.ts150 …ons(fileName: string, start: number, length: number, format?: SemanticClassificationFormat): strin…
152 …ons(fileName: string, start: number, length: number, format?: SemanticClassificationFormat): strin…
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts548 …public encodedSemanticClassificationsLength(format: ts.SemanticClassificationFormat, length: numbe…
555 …public semanticClassificationsAre(format: ts.SemanticClassificationFormat, ...classifications: Cla…
559 … public replaceWithSemanticClassifications(format: ts.SemanticClassificationFormat.TwentyTwenty) {
825 export function classification(format: ts.SemanticClassificationFormat) {
834 if (format === ts.SemanticClassificationFormat.TwentyTwenty) {
DharnessLanguageService.ts483 …ssifications(fileName: string, span: ts.TextSpan, format?: ts.SemanticClassificationFormat): ts.Cl…
489 …ssifications(fileName: string, span: ts.TextSpan, format?: ts.SemanticClassificationFormat): ts.Cl…
490 const responseFormat = format || ts.SemanticClassificationFormat.Original;
Dclient.ts822 …emanticClassifications(file: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
DfourslashImpl.ts2740 … public replaceWithSemanticClassifications(format: ts.SemanticClassificationFormat.TwentyTwenty) {
2767 …public verifyEncodedSemanticClassificationsLength(format: ts.SemanticClassificationFormat, expecte…
2774 …public verifySemanticClassifications(format: ts.SemanticClassificationFormat, expected: { classifi…
/third_party/typescript/src/server/
Dsession.ts1179 …const format = args.format === "2020" ? SemanticClassificationFormat.TwentyTwenty : SemanticClassi… constant
/third_party/typescript/lib/
Dtypescript.d.ts6232 enum SemanticClassificationFormat { enum
6287 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6290 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6302 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
DtypescriptServices.d.ts6232 enum SemanticClassificationFormat { enum
6287 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6290 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6302 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
Dtsserverlibrary.d.ts6232 enum SemanticClassificationFormat { enum
6287 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6290 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6302 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6232 enum SemanticClassificationFormat { enum
6287 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6290 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6302 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
Dtsserverlibrary.d.ts6232 enum SemanticClassificationFormat { enum
6287 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6290 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
6302 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…