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

/external/clang/include/clang/AST/
H A DExpr.h681 /// IgnoreImpCasts - Skip past any implicit casts which might
683 Expr *IgnoreImpCasts() LLVM_READONLY;
760 const Expr *IgnoreImpCasts() const LLVM_READONLY {
761 return const_cast<Expr*>(this)->IgnoreImpCasts();
2797 inline Expr *Expr::IgnoreImpCasts() { function in class:clang::StringLiteral::OffsetOfExpr::Expr

Completed in 100 milliseconds