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);
587 class OMPClausePrinter : public OMPClauseVisitor<OMPClausePrinter> {
591 #define OPENMP_CLAUSE(Name, Class) \
592 void Visit##Class(Class *S);
602 #define PROCESS_OMP_CLAUSE_LIST(Class, Node, StartSym) \
603 for (OMPVarList<Class>::varlist_iterator I = Node->varlist_begin(), \
1872 case ObjCMessageExpr::Class: