HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreParenLValueCasts (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 58 Ex = Ex->IgnoreParenLValueCasts();
110 S = expr->IgnoreParenLValueCasts();
CheckSecuritySyntaxOnly.cpp 241 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts());
243 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts());
IdempotentOperationChecker.cpp 533 return dyn_cast<DeclRefExpr>(RHS->IgnoreParenLValueCasts()) == NULL;
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 446 E = E->IgnoreParenLValueCasts();
  /external/clang/include/clang/AST/
Expr.h 702 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
704 const Expr *IgnoreParenLValueCasts() const LLVM_READONLY {
705 return const_cast<Expr*>(this)->IgnoreParenLValueCasts();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 297 milliseconds