Searched refs:IgnoreCasts (Results 1 – 3 of 3) sorted by relevance
168 S = Ex->IgnoreCasts(); in isConfigurationValue()177 S = Ex->IgnoreCasts(); in isConfigurationValue()
743 Expr *IgnoreCasts() LLVM_READONLY;807 const Expr *IgnoreCasts() const LLVM_READONLY { in IgnoreCasts() function808 return const_cast<Expr*>(this)->IgnoreCasts(); in IgnoreCasts()
2348 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr