Home
last modified time | relevance | path

Searched defs:containingList (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts265 const containingList = getContainingList(child, sourceFile); constant
266 const startPos = containingList ? containingList.pos : parent.getStart(sourceFile); constant
508 const containingList = getContainingList(node, sourceFile); constant
/third_party/typescript/src/services/
DsignatureHelp.ts109 const containingList = findContainingList(startingToken); constant
DtextChanges.ts1603 …const containingList = Debug.checkDefined(formatting.SmartIndenter.getContainingList(node, sourceF… constant