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

  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 52 Ex = Ex->IgnoreParenLValueCasts();
126 S = expr->IgnoreParenLValueCasts();
CheckSecuritySyntaxOnly.cpp 247 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts());
249 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts());
IdempotentOperationChecker.cpp 529 return dyn_cast<DeclRefExpr>(RHS->IgnoreParenLValueCasts()) == NULL;
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 321 E = E->IgnoreParenLValueCasts();
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 316 Ex = Ex->IgnoreParenLValueCasts();
  /external/clang/include/clang/AST/
Expr.h 622 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
624 const Expr *IgnoreParenLValueCasts() const LLVM_READONLY {
625 return const_cast<Expr*>(this)->IgnoreParenLValueCasts();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 65 milliseconds