Searched defs:DISPATCH_STMT (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h484 #define DISPATCH_STMT(NAME, CLASS, VAR) \ macro
495 DISPATCH_STMT(Bin##NAME, BinaryOperator, S);
503 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
513 DISPATCH_STMT(Unary##NAME, UnaryOperator, S);
528 DISPATCH_STMT(CLASS, CLASS, S);
542 #undef DISPATCH_STMT macro
H A DRecursiveASTVisitor.h557 #define DISPATCH_STMT(NAME, CLASS, VAR) DISPATCH(NAME, CLASS, VAR) macro
569 DISPATCH_STMT(Bin##NAME, BinaryOperator, S);
577 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
587 DISPATCH_STMT(Unary##NAME, UnaryOperator, S);
602 DISPATCH_STMT(CLASS, CLASS, S);
609 #undef DISPATCH_STMT macro

Completed in 480 milliseconds