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