Lines Matching refs:PrefixAssertionExpression
26 void PrefixAssertionExpression::TransformChildren(const NodeTransformer &cb, std::string_view transformationName)
39 void PrefixAssertionExpression::Iterate(const NodeTraverser &cb) const
45 void PrefixAssertionExpression::Dump(AstDumper *dumper) const
47 dumper->Add({{"type", "PrefixAssertionExpression"}, {"expression", expr_}, {"type", type_}});
50 void PrefixAssertionExpression::Dump(SrcDumper *dumper) const
52 dumper->Add("PrefixAssertionExpression");
55 void PrefixAssertionExpression::Compile(compiler::PandaGen *pg) const
60 void PrefixAssertionExpression::Compile(compiler::ETSGen *etsg) const
65 checker::Type *PrefixAssertionExpression::Check(checker::TSChecker *checker)
70 checker::Type *PrefixAssertionExpression::Check(checker::ETSChecker *checker)