Home | History | Annotate | Download | only in libclang

Lines Matching defs:DISPATCH

201   /// \brief Recursively visit a template name and dispatch to the
207 /// \brief Recursively visit a template argument and dispatch to the
214 /// \brief Recursively visit a template argument location and dispatch to the
448 #define DISPATCH(NAME, CLASS, VAR) \
470 // If we have a binary expr, dispatch to the subcode of the binop. A smart
501 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt.
528 case Type::CLASS: DISPATCH(CLASS##Type, CLASS##Type, \
567 case Decl::CLASS: DISPATCH(CLASS##Decl, CLASS##Decl, D);
574 #undef DISPATCH