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

References

tools/clang/include/clang/AST/Stmt.h
 1053       : llvm::iterator_adaptor_base<CastIterator<T, TPtr, StmtPtr>, StmtPtr *,
 1069   using ExprIterator = CastIterator<Expr>;
 1070   using ConstExprIterator = ConstCastIterator<Expr>;
 3021   using labels_iterator = CastIterator<AddrLabelExpr>;
 3022   using const_labels_iterator = ConstCastIterator<AddrLabelExpr>;