Searched refs:IgnoreCasts (Results 1 – 4 of 4) sorted by relevance
79 return CE->getCallee()->IgnoreCasts() == S && CE->isBuiltinAssumeFalse(C); in isBuiltinAssumeFalse()199 S = Ex->IgnoreCasts(); in isConfigurationValue()208 S = Ex->IgnoreCasts(); in isConfigurationValue()263 UO->getSubExpr()->IgnoreCasts()->getSourceRange()) in isConfigurationValue()
139 E = E->IgnoreCasts(); in getBlockExpr()
847 Expr *IgnoreCasts() LLVM_READONLY;848 const Expr *IgnoreCasts() const { in IgnoreCasts() function849 return const_cast<Expr *>(this)->IgnoreCasts(); in IgnoreCasts()
3024 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr