Home
last modified time | relevance | path

Searched refs:getRootDeclaration (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts778 const node = getRootDeclaration(declaration);
3564 const root = getRootDeclaration(node);
3568 export function getRootDeclaration(node: Node): Node { function
7614 const declaration = symbol.valueDeclaration && getRootDeclaration(symbol.valueDeclaration);
Dchecker.ts2366 …const root = (getRootDeclaration(associatedDeclarationForContainingInitializerOrBindingName) as Pa…
3149 …const root = isBindingElement(node) ? getRootDeclaration(node) as VariableDeclaration : node.paren…
8901 return findAncestor(getRootDeclaration(node), node => {
9811 const root = getRootDeclaration(declaration);
25993 const parent = getRootDeclaration(symbol.valueDeclaration).parent;
26355 const isParameter = getRootDeclaration(declaration).kind === SyntaxKind.Parameter;
26405 … return bindingElement && getRootDeclaration(bindingElement) === getRootDeclaration(declaration);
38544 return tryCast(getRootDeclaration(node), isParameter);
38762 const root = getRootDeclaration(node);
40535 … const typeNode = getEffectiveTypeAnnotationNode(getRootDeclaration(declaration));
/third_party/typescript/src/services/
Dutilities.ts395 … return getKindOfVariableDeclaration(getRootDeclaration(node) as VariableDeclaration);
Dcompletions.ts3223 const rootDeclaration = getRootDeclaration(objectLikeContainer.parent);
/third_party/typescript/lib/
DtypingsInstaller.js15253 var node = getRootDeclaration(declaration);
17946 var root = getRootDeclaration(node);
17950 function getRootDeclaration(node) { function
17956 ts.getRootDeclaration = getRootDeclaration;
21635 var declaration = symbol.valueDeclaration && getRootDeclaration(symbol.valueDeclaration);
52660 … var root = ts.getRootDeclaration(associatedDeclarationForContainingInitializerOrBindingName);
53359 … var root = ts.isBindingElement(node) ? ts.getRootDeclaration(node) : node.parent.parent.parent;
58443 return ts.findAncestor(ts.getRootDeclaration(node), function (node) {
59288 var root = ts.getRootDeclaration(declaration);
74536 var parent = ts.getRootDeclaration(symbol.valueDeclaration).parent;
[all …]
Dtsc.js11701 var node = getRootDeclaration(declaration);
14142 var root = getRootDeclaration(node);
14146 function getRootDeclaration(node) { function
14152 ts.getRootDeclaration = getRootDeclaration;
17269 var declaration = symbol.valueDeclaration && getRootDeclaration(symbol.valueDeclaration);
43437 … var root = ts.getRootDeclaration(associatedDeclarationForContainingInitializerOrBindingName);
44069 … var root = ts.isBindingElement(node) ? ts.getRootDeclaration(node) : node.parent.parent.parent;
48485 return ts.findAncestor(ts.getRootDeclaration(node), function (node) {
49212 var root = ts.getRootDeclaration(declaration);
62536 var parent = ts.getRootDeclaration(symbol.valueDeclaration).parent;
[all …]