Lines Matching refs:TSSignatureDeclaration
26 void TSSignatureDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformationName)
31 void TSSignatureDeclaration::Iterate(const NodeTraverser &cb) const
36 void TSSignatureDeclaration::Dump(ir::AstDumper *dumper) const
38 dumper->Add({{"type", (kind_ == TSSignatureDeclaration::TSSignatureDeclarationKind::CALL_SIGNATURE)
46 void TSSignatureDeclaration::Dump(ir::SrcDumper *dumper) const
48 dumper->Add("TSSignatureDeclaration");
51 void TSSignatureDeclaration::Compile(compiler::PandaGen *pg) const
56 void TSSignatureDeclaration::Compile(compiler::ETSGen *etsg) const
61 checker::Type *TSSignatureDeclaration::Check(checker::TSChecker *checker)
66 checker::Type *TSSignatureDeclaration::Check(checker::ETSChecker *checker)