Home
last modified time | relevance | path

Searched refs:getFullWidth (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/src/services/
Dclassifier2020.ts71 …if (!node || !textSpanIntersectsWith(span, node.pos, node.getFullWidth()) || node.getFullWidth() =…
Dclassifier.ts487 if (!node || !textSpanIntersectsWith(span, node.pos, node.getFullWidth())) {
1054 … if (decodedTextSpanIntersectsWith(spanStart, spanLength, element.pos, element.getFullWidth())) {
Dtypes.ts15 getFullWidth(): number; method
DsignatureHelp.ts467 if (lastSpan.literal.getFullWidth() === 0) {
DsymbolDisplay.ts182 if (right === location || (right && right.getFullWidth() === 0)) {
DnavigationBar.ts894 if (node.name && getFullWidth(node.name) > 0) {
Dservices.ts67 public getFullWidth(): number {
250 public getFullWidth(): number {
/third_party/typescript/src/services/formatting/
Dformatting.ts724 if (child.getFullWidth() === 0) {
1298 … && (range.kind === SyntaxKind.SingleLineCommentTrivia || position === sourceFile.getFullWidth()));
/third_party/typescript/src/compiler/
Dutilities.ts160 export function getFullWidth(node: Node) { function
1141 return !name || getFullWidth(name) === 0 ? "(Missing)" : getTextOfNode(name);
1176 return getFullWidth(name) === 0 ? idText(name) : getTextOfNode(name);
Dparser.ts3086 if (getFullWidth(name) === 0 && !some(modifiers) && isModifierKind(token())) {
/third_party/typescript/lib/
DtypescriptServices.d.ts5315 getFullWidth(): number; method
Dtypescript.d.ts5315 getFullWidth(): number; method
Dtsserverlibrary.d.ts5315 getFullWidth(): number; method
Dtsserverlibrary.js14437 return !name || getFullWidth(name) === 0 ? "(Missing)" : getTextOfNode(name);
14472 return getFullWidth(name) === 0 ? ts.idText(name) : getTextOfNode(name);
30909 if (ts.getFullWidth(name) === 0 && !ts.some(modifiers) && ts.isModifierKind(token())) {
119061 if (!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth())) {
119557 …if (ts.decodedTextSpanIntersectsWith(spanStart, spanLength, element.pos, element.getFullWidth())) {
119653 …(!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth()) || node.getFullWidth() =…
128502 if (node.name && ts.getFullWidth(node.name) > 0) {
130923 if (lastSpan.literal.getFullWidth() === 0) {
131623 if (right === location || (right && right.getFullWidth() === 0)) {
134010 if (child.getFullWidth() === 0) {
[all …]
Dtypescript.js14437 return !name || getFullWidth(name) === 0 ? "(Missing)" : getTextOfNode(name);
14472 return getFullWidth(name) === 0 ? ts.idText(name) : getTextOfNode(name);
30909 if (ts.getFullWidth(name) === 0 && !ts.some(modifiers) && ts.isModifierKind(token())) {
119061 if (!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth())) {
119557 …if (ts.decodedTextSpanIntersectsWith(spanStart, spanLength, element.pos, element.getFullWidth())) {
119653 …(!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth()) || node.getFullWidth() =…
128502 if (node.name && ts.getFullWidth(node.name) > 0) {
130923 if (lastSpan.literal.getFullWidth() === 0) {
131623 if (right === location || (right && right.getFullWidth() === 0)) {
134010 if (child.getFullWidth() === 0) {
[all …]
Dtsserver.js14243 return !name || getFullWidth(name) === 0 ? "(Missing)" : getTextOfNode(name);
14278 return getFullWidth(name) === 0 ? ts.idText(name) : getTextOfNode(name);
30715 if (ts.getFullWidth(name) === 0 && !ts.some(modifiers) && ts.isModifierKind(token())) {
118492 if (!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth())) {
118988 …if (ts.decodedTextSpanIntersectsWith(spanStart, spanLength, element.pos, element.getFullWidth())) {
119084 …(!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth()) || node.getFullWidth() =…
127933 if (node.name && ts.getFullWidth(node.name) > 0) {
130354 if (lastSpan.literal.getFullWidth() === 0) {
131054 if (right === location || (right && right.getFullWidth() === 0)) {
133441 if (child.getFullWidth() === 0) {
[all …]
DtypescriptServices.js14437 return !name || getFullWidth(name) === 0 ? "(Missing)" : getTextOfNode(name);
14472 return getFullWidth(name) === 0 ? ts.idText(name) : getTextOfNode(name);
30909 if (ts.getFullWidth(name) === 0 && !ts.some(modifiers) && ts.isModifierKind(token())) {
119061 if (!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth())) {
119557 …if (ts.decodedTextSpanIntersectsWith(spanStart, spanLength, element.pos, element.getFullWidth())) {
119653 …(!node || !ts.textSpanIntersectsWith(span, node.pos, node.getFullWidth()) || node.getFullWidth() =…
128502 if (node.name && ts.getFullWidth(node.name) > 0) {
130923 if (lastSpan.literal.getFullWidth() === 0) {
131623 if (right === location || (right && right.getFullWidth() === 0)) {
134010 if (child.getFullWidth() === 0) {
[all …]
Dtsc.js10167 function getFullWidth(node) { function
10170 ts.getFullWidth = getFullWidth;
10844 return !name || getFullWidth(name) === 0 ? "(Missing)" : getTextOfNode(name);
10879 return getFullWidth(name) === 0 ? ts.idText(name) : getTextOfNode(name);
24786 if (ts.getFullWidth(name) === 0 && !ts.some(modifiers) && ts.isModifierKind(token())) {
DtypingsInstaller.js14232 return !name || getFullWidth(name) === 0 ? "(Missing)" : getTextOfNode(name);
14267 return getFullWidth(name) === 0 ? ts.idText(name) : getTextOfNode(name);
30704 if (ts.getFullWidth(name) === 0 && !ts.some(modifiers) && ts.isModifierKind(token())) {
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5398 getFullWidth(): number; method
Dtsserverlibrary.d.ts5398 getFullWidth(): number; method