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
  309   Loc getLValue(const VarDecl *D, const LocationContext *LC) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  898     ElementLoc = State->getLValue(ElemDecl, LCtx);
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 2294     Loc VarLoc = state->getLValue(D, C.getLocationContext());
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  364     SVal LV = State->getLValue(ParamDecl, LocCtxt);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  197       return State->getSVal(State->getLValue(VD, LCtx));
  863                   State->getLValue(VD, LCtx).getAsRegion()))
 2353       if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()),
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  957   SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
 2457       VInfo = std::make_pair(state->getLValue(VD, LocCtxt), VD->getType());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  626         evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  128       SVal LValue = State->getLValue(Var, LCtx);
  867   state = state->bindLoc(state->getLValue(VD, LCtx), V, LCtx);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  123     elementV = state->getLValue(elemD, Pred->getLocationContext());