Searched refs:getContainerFlags (Results 1 – 7 of 7) sorted by relevance
1817 function getContainerFlags(node: Node): ContainerFlags { function2152 …container = (host && findAncestor(host.parent, n => !!(getContainerFlags(n) & ContainerFlags.IsCon…2466 const containerFlags = getContainerFlags(node);
42093 function getContainerFlags(node) { function42389 …er = (host && ts.findAncestor(host.parent, function (n) { return !!(getContainerFlags(n) & 1 /* Is…42661 var containerFlags = getContainerFlags(node);
34422 function getContainerFlags(node) { function34661 …er = (host && ts.findAncestor(host.parent, function (n) { return !!(getContainerFlags(n) & 1); }))…34874 var containerFlags = getContainerFlags(node);
42104 function getContainerFlags(node) { function42400 …er = (host && ts.findAncestor(host.parent, function (n) { return !!(getContainerFlags(n) & 1 /* Is…42672 var containerFlags = getContainerFlags(node);
42298 function getContainerFlags(node) { function42594 …er = (host && ts.findAncestor(host.parent, function (n) { return !!(getContainerFlags(n) & 1 /* Is…42866 var containerFlags = getContainerFlags(node);