Searched refs:isNamespaceReexportDeclaration (Results 1 – 4 of 4) sorted by relevance
2175 export function isNamespaceReexportDeclaration(node: Node): boolean { function
4624 …sLocalNameLookup ? !some(symbolFromSymbolTable.declarations, isNamespaceReexportDeclaration) : tru…
16611 function isNamespaceReexportDeclaration(node) { function16614 ts.isNamespaceReexportDeclaration = isNamespaceReexportDeclaration;54686 …NameLookup ? !ts.some(symbolFromSymbolTable.declarations, ts.isNamespaceReexportDeclaration) : tru…
12948 function isNamespaceReexportDeclaration(node) { function12951 ts.isNamespaceReexportDeclaration = isNamespaceReexportDeclaration;45217 …NameLookup ? !ts.some(symbolFromSymbolTable.declarations, ts.isNamespaceReexportDeclaration) : tru…