Searched refs:IgnoreCasts (Results 1 – 6 of 6) sorted by relevance
80 return CE->getCallee()->IgnoreCasts() == S && CE->isBuiltinAssumeFalse(C); in isBuiltinAssumeFalse()200 S = Ex->IgnoreCasts(); in isConfigurationValue()209 S = Ex->IgnoreCasts(); in isConfigurationValue()264 UO->getSubExpr()->IgnoreCasts()->getSourceRange()) in isConfigurationValue()
2018 if (const auto *CBTE = dyn_cast<CXXBindTemporaryExpr>(Arg->IgnoreCasts()); in handleCall()
117 E = E->IgnoreCasts(); in getBlockExpr()
879 Expr *IgnoreCasts() LLVM_READONLY;880 const Expr *IgnoreCasts() const { in IgnoreCasts() function881 return const_cast<Expr *>(this)->IgnoreCasts(); in IgnoreCasts()
2507 if (Arg->IgnoreCasts()->isModifiableLvalue(S->Context, &OrigLoc) == in CheckModifiableLValue()
3074 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr