Home
last modified time | relevance | path

Searched refs:getLocFor (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript_eslint/packages/typescript-estree/src/
Dconvert-comments.ts3 import { getLocFor } from './node-utils';
27 const loc = getLocFor(range[0], range[1], ast);
Dnode-utils.ts237 export function getLocFor( function
593 loc: getLocFor(start, end, ast),
604 loc: getLocFor(start, end, ast),
Dconvert.ts12 getLocFor,
169 result.loc = getLocFor(result.range[0], result.range[1], this.ast);
254 result.loc = getLocFor(result.range[0], result.range[1], this.ast);
297 const loc = getLocFor(annotationStartCol, child.end, this.ast);
374 loc: getLocFor(typeParameters.pos - 1, greaterThanToken.end, this.ast),
1457 result.loc = getLocFor(result.range[0], result.range[1], this.ast);