Searched refs:DISPATCH_WALK (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h496 #define DISPATCH_WALK(NAME, CLASS, VAR) \ macro
510 DISPATCH_WALK(Bin##NAME, BinaryOperator, S);
517 DISPATCH_WALK(Bin##NAME##Assign, CompoundAssignOperator, S);
526 DISPATCH_WALK(Unary##NAME, UnaryOperator, S);
540 DISPATCH_WALK(CLASS, CLASS, S);
544 #undef DISPATCH_WALK macro

Completed in 292 milliseconds