reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
  552   if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(S)) {
  558       BINOP_LIST()
  566       CAO_LIST()
  570   } else if (UnaryOperator *UnOp = dyn_cast<UnaryOperator>(S)) {
  576       UNARYOP_LIST()
  583   switch (S->getStmtClass()) {