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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  315   SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  284     SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
  955   SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal);
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  396     SVal LV = State->getLValue(IvarDecl, SelfVal);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  952       SVal IvarLVal = getState()->getLValue(PropIvar, getReceiverSVal());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
   27   SVal location = state->getLValue(Ex->getDecl(), baseVal);