Home
last modified time | relevance | path

Searched refs:ClassificationTypeNames (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/services/
Dclassifier.ts553 function getClassificationTypeName(type: ClassificationType): ClassificationTypeNames {
555 case ClassificationType.comment: return ClassificationTypeNames.comment;
556 case ClassificationType.identifier: return ClassificationTypeNames.identifier;
557 case ClassificationType.keyword: return ClassificationTypeNames.keyword;
558 case ClassificationType.numericLiteral: return ClassificationTypeNames.numericLiteral;
559 case ClassificationType.bigintLiteral: return ClassificationTypeNames.bigintLiteral;
560 case ClassificationType.operator: return ClassificationTypeNames.operator;
561 case ClassificationType.stringLiteral: return ClassificationTypeNames.stringLiteral;
562 case ClassificationType.whiteSpace: return ClassificationTypeNames.whiteSpace;
563 case ClassificationType.text: return ClassificationTypeNames.text;
[all …]
Dtypes.ts625 classificationType: ClassificationTypeNames;
1400 export const enum ClassificationTypeNames { enum
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts784 classificationType: ts.ClassificationTypeNames;
816 return getClassification(ts.ClassificationTypeNames.comment, text, position);
820 return getClassification(ts.ClassificationTypeNames.identifier, text, position);
824 return getClassification(ts.ClassificationTypeNames.keyword, text, position);
828 return getClassification(ts.ClassificationTypeNames.numericLiteral, text, position);
832 return getClassification(ts.ClassificationTypeNames.operator, text, position);
836 return getClassification(ts.ClassificationTypeNames.stringLiteral, text, position);
840 return getClassification(ts.ClassificationTypeNames.whiteSpace, text, position);
844 return getClassification(ts.ClassificationTypeNames.text, text, position);
848 return getClassification(ts.ClassificationTypeNames.punctuation, text, position);
[all …]
/third_party/typescript/lib/
Dtypescript.d.ts5699 classificationType: ClassificationTypeNames;
6323 enum ClassificationTypeNames { enum
DtypescriptServices.d.ts5699 classificationType: ClassificationTypeNames;
6323 enum ClassificationTypeNames { enum
Dtsserverlibrary.d.ts5699 classificationType: ClassificationTypeNames;
6323 enum ClassificationTypeNames { enum
Dtypescript.js115722 var ClassificationTypeNames;
115723 (function (ClassificationTypeNames) { argument
115724 ClassificationTypeNames["comment"] = "comment";
115725 ClassificationTypeNames["identifier"] = "identifier";
115726 ClassificationTypeNames["keyword"] = "keyword";
115727 ClassificationTypeNames["numericLiteral"] = "number";
115728 ClassificationTypeNames["bigintLiteral"] = "bigint";
115729 ClassificationTypeNames["operator"] = "operator";
115730 ClassificationTypeNames["stringLiteral"] = "string";
115731 ClassificationTypeNames["whiteSpace"] = "whitespace";
[all …]
DtypescriptServices.js115722 var ClassificationTypeNames;
115723 (function (ClassificationTypeNames) { argument
115724 ClassificationTypeNames["comment"] = "comment";
115725 ClassificationTypeNames["identifier"] = "identifier";
115726 ClassificationTypeNames["keyword"] = "keyword";
115727 ClassificationTypeNames["numericLiteral"] = "number";
115728 ClassificationTypeNames["bigintLiteral"] = "bigint";
115729 ClassificationTypeNames["operator"] = "operator";
115730 ClassificationTypeNames["stringLiteral"] = "string";
115731 ClassificationTypeNames["whiteSpace"] = "whitespace";
[all …]
Dtsserverlibrary.js115722 var ClassificationTypeNames;
115723 (function (ClassificationTypeNames) { argument
115724 ClassificationTypeNames["comment"] = "comment";
115725 ClassificationTypeNames["identifier"] = "identifier";
115726 ClassificationTypeNames["keyword"] = "keyword";
115727 ClassificationTypeNames["numericLiteral"] = "number";
115728 ClassificationTypeNames["bigintLiteral"] = "bigint";
115729 ClassificationTypeNames["operator"] = "operator";
115730 ClassificationTypeNames["stringLiteral"] = "string";
115731 ClassificationTypeNames["whiteSpace"] = "whitespace";
[all …]
Dtsserver.js115153 var ClassificationTypeNames;
115154 (function (ClassificationTypeNames) { argument
115155 ClassificationTypeNames["comment"] = "comment";
115156 ClassificationTypeNames["identifier"] = "identifier";
115157 ClassificationTypeNames["keyword"] = "keyword";
115158 ClassificationTypeNames["numericLiteral"] = "number";
115159 ClassificationTypeNames["bigintLiteral"] = "bigint";
115160 ClassificationTypeNames["operator"] = "operator";
115161 ClassificationTypeNames["stringLiteral"] = "string";
115162 ClassificationTypeNames["whiteSpace"] = "whitespace";
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5942 classificationType: ClassificationTypeNames;
6570 enum ClassificationTypeNames { enum
Dtsserverlibrary.d.ts5942 classificationType: ClassificationTypeNames;
6570 enum ClassificationTypeNames { enum