reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
839 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
841 return const_cast<Expr *>(this)->IgnoreParenLValueCasts();
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp 451 E = E->IgnoreParenLValueCasts();
tools/clang/lib/Sema/SemaExprObjC.cpp 1769 receiver = receiver->IgnoreParenLValueCasts();
tools/clang/lib/Sema/SemaOpenMP.cpp15303 const Expr *VE = RE->IgnoreParenLValueCasts();
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp275 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); 277 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts());