Home | History | Annotate | Download | only in AST

Lines Matching defs:IgnoreImpCasts

728   /// IgnoreImpCasts - Skip past any implicit casts which might
730 Expr *IgnoreImpCasts() LLVM_READONLY;
807 const Expr *IgnoreImpCasts() const LLVM_READONLY {
808 return const_cast<Expr*>(this)->IgnoreImpCasts();
2866 inline Expr *Expr::IgnoreImpCasts() {