Lines Matching refs:TSUndefinedKeyword
25 void TSUndefinedKeyword::TransformChildren([[maybe_unused]] const NodeTransformer &cb,
30 void TSUndefinedKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {}
32 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const
34 dumper->Add({{"type", "TSUndefinedKeyword"}});
37 void TSUndefinedKeyword::Dump(ir::SrcDumper *dumper) const
39 dumper->Add("TSUndefinedKeyword");
42 void TSUndefinedKeyword::Compile(compiler::PandaGen *pg) const
47 void TSUndefinedKeyword::Compile(compiler::ETSGen *etsg) const
52 checker::Type *TSUndefinedKeyword::Check(checker::TSChecker *checker)
57 checker::Type *TSUndefinedKeyword::GetType([[maybe_unused]] checker::TSChecker *checker)
62 checker::Type *TSUndefinedKeyword::Check(checker::ETSChecker *checker)