Searched defs:IgnoreImpCasts (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h649 /// IgnoreImpCasts - Skip past any implicit casts which might
651 Expr *IgnoreImpCasts() LLVM_READONLY;
725 const Expr *IgnoreImpCasts() const LLVM_READONLY {
726 return const_cast<Expr*>(this)->IgnoreImpCasts();
2757 inline Expr *Expr::IgnoreImpCasts() { function in class:clang::StringLiteral::OffsetOfExpr::Expr

Completed in 123 milliseconds