Home | History | Annotate | Download | only in AST

Lines Matching defs:IgnoreImpCasts

725   /// IgnoreImpCasts - Skip past any implicit casts which might
727 Expr *IgnoreImpCasts() LLVM_READONLY;
804 const Expr *IgnoreImpCasts() const LLVM_READONLY {
805 return const_cast<Expr*>(this)->IgnoreImpCasts();
2847 inline Expr *Expr::IgnoreImpCasts() {