reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Expr.h
  839   Expr *IgnoreParenLValueCasts() LLVM_READONLY;

References

tools/clang/include/clang/AST/Expr.h
  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.cpp
15303     const Expr *VE = RE->IgnoreParenLValueCasts();
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  275     dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts());
  277     dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts());