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

References

tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  384   SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt));
  384   SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt));
  396     SVal LV = State->getLValue(IvarDecl, SelfVal);
  397     if (checkValueAtLValForInvariantViolation(State, LV, IvarDecl->getType())) {