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

/external/clang/include/clang/AST/
H A DExpr.h595 /// IgnoreImpCasts - Skip past any implicit casts which might
597 Expr *IgnoreImpCasts() LLVM_READONLY;
671 const Expr *IgnoreImpCasts() const LLVM_READONLY {
672 return const_cast<Expr*>(this)->IgnoreImpCasts();
2665 inline Expr *Expr::IgnoreImpCasts() { function in class:clang::StringLiteral::OffsetOfExpr::Expr

Completed in 40 milliseconds