Home | History | Annotate | Download | only in AST

Lines Matching refs:TypoExpr

2414 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) {
2415 // TODO: Print something reasonable for a TypoExpr, if necessary.
2416 assert(false && "Cannot print TypoExpr nodes");