Searched refs:shouldReportErrorOnModuleDeclaration (Results 1 – 7 of 7) sorted by relevance
3444 function shouldReportErrorOnModuleDeclaration(node: ModuleDeclaration): boolean { function3460 …(node.kind === SyntaxKind.ModuleDeclaration && shouldReportErrorOnModuleDeclaration(<ModuleDeclara…
35677 function shouldReportErrorOnModuleDeclaration(node) { function35688 (node.kind === 259 && shouldReportErrorOnModuleDeclaration(node));
43569 function shouldReportErrorOnModuleDeclaration(node) { function43584 … (node.kind === 259 /* ModuleDeclaration */ && shouldReportErrorOnModuleDeclaration(node));
43774 function shouldReportErrorOnModuleDeclaration(node) { function43789 … (node.kind === 259 /* ModuleDeclaration */ && shouldReportErrorOnModuleDeclaration(node));
43580 function shouldReportErrorOnModuleDeclaration(node) { function43595 … (node.kind === 259 /* ModuleDeclaration */ && shouldReportErrorOnModuleDeclaration(node));