Home
last modified time | relevance | path

Searched refs:cast_away_const (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtIterator.h141 cast_away_const(const ConstStmtIterator &RHS);
155 inline StmtIterator cast_away_const(const ConstStmtIterator &RHS) { in cast_away_const() function
H A DExpr.h5223 return child_range(cast_away_const(CCR.begin()), in children()
5224 cast_away_const(CCR.end())); in children()
6595 return child_range(cast_away_const(CCR.begin()), in children()
6596 cast_away_const(CCR.end())); in children()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4950 return child_range(cast_away_const(CCR.begin()), cast_away_const(CCR.end())); in children()