Home | History | Annotate | Download | only in AST

Lines Matching refs:CLASS

34   class StmtPrinter : public StmtVisitor<StmtPrinter> {
101 #define ABSTRACT_STMT(CLASS)
102 #define STMT(CLASS, PARENT) \
103 void Visit##CLASS(CLASS *Node);
1774 case ObjCMessageExpr::Class: