Home | History | Annotate | Download | only in AST

Lines Matching refs:CLASS

36   class StmtPrinter : public StmtVisitor<StmtPrinter> {
104 #define ABSTRACT_STMT(CLASS)
105 #define STMT(CLASS, PARENT) \
106 void Visit##CLASS(CLASS *Node);
590 class OMPClausePrinter : public OMPClauseVisitor<OMPClausePrinter> {
599 #define OPENMP_CLAUSE(Name, Class) \
600 void Visit##Class(Class *S);
2470 case ObjCMessageExpr::Class: