Home
last modified time | relevance | path

Searched refs:IgnoreParenLValueCasts (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp58 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()
110 S = expr->IgnoreParenLValueCasts(); in reportBug()
DCheckSecuritySyntaxOnly.cpp252 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
254 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp454 E = E->IgnoreParenLValueCasts(); in isSelf()
/external/clang/include/clang/AST/
DExpr.h731 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
733 const Expr *IgnoreParenLValueCasts() const LLVM_READONLY { in IgnoreParenLValueCasts() function
734 return const_cast<Expr*>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
/external/clang/lib/AST/
DExpr.cpp2486 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
/external/clang/lib/Sema/
DSemaExprObjC.cpp1463 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()