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

Declarations

tools/clang/include/clang/AST/StmtIterator.h
  137   cast_away_const(const ConstStmtIterator &RHS);

References

tools/clang/include/clang/AST/Expr.h
 4562     return child_range(cast_away_const(CCR.begin()),
 4563                        cast_away_const(CCR.end()));
 5783     return child_range(cast_away_const(CCR.begin()),
 5784                        cast_away_const(CCR.end()));
tools/clang/lib/AST/Expr.cpp
 4544   return child_range(cast_away_const(CCR.begin()), cast_away_const(CCR.end()));
 4544   return child_range(cast_away_const(CCR.begin()), cast_away_const(CCR.end()));