Home
last modified time | relevance | path

Searched refs:isNamespaceReexportDeclaration (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts2175 export function isNamespaceReexportDeclaration(node: Node): boolean { function
Dchecker.ts4624 …sLocalNameLookup ? !some(symbolFromSymbolTable.declarations, isNamespaceReexportDeclaration) : tru…
/third_party/typescript/lib/
DtypingsInstaller.js16611 function isNamespaceReexportDeclaration(node) { function
16614 ts.isNamespaceReexportDeclaration = isNamespaceReexportDeclaration;
54686 …NameLookup ? !ts.some(symbolFromSymbolTable.declarations, ts.isNamespaceReexportDeclaration) : tru…
Dtsc.js12948 function isNamespaceReexportDeclaration(node) { function
12951 ts.isNamespaceReexportDeclaration = isNamespaceReexportDeclaration;
45217 …NameLookup ? !ts.some(symbolFromSymbolTable.declarations, ts.isNamespaceReexportDeclaration) : tru…