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

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  218     if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y))
  221     if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y))
  229     return ND == x || ND == y ? DR : nullptr;
  234       ? getIncrementedVar(U->getSubExpr(), x, y) : nullptr;