Searched defs:GNUNullExpr (Results 1 – 2 of 2) sorted by relevance
1036 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
3389 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function3395 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function3407 static bool classof(const GNUNullExpr *) { return true; } in classof()