Searched defs:exportClause (Results 1 – 3 of 3) sorted by relevance
355 const exportClause = exportDecl.exportClause; constant
434 const exportClause = (exportDeclaration as any).exportClause; constant
106 … if (auto *exportClause = FindNodeOfType(parent, AstNodeType::EXPORT_SPECIFIER, parentChildren)) { in HandleTSAsExpression() local