Searched refs:getLocFor (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript_eslint/packages/typescript-estree/src/ |
D | convert-comments.ts | 3 import { getLocFor } from './node-utils'; 27 const loc = getLocFor(range[0], range[1], ast);
|
D | node-utils.ts | 237 export function getLocFor( function 593 loc: getLocFor(start, end, ast), 604 loc: getLocFor(start, end, ast),
|
D | convert.ts | 12 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);
|