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
  229   const VarRegion* getRegion(const VarDecl *D, const LocationContext *LC) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
   51   auto Param = SVB.makeLoc(State->getRegion(MD->getParamDecl(0), LCtx));
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  986   SelfValOut = State->getSVal(State->getRegion(SelfDecl, LCtx));
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  384   SVal SelfVal = State->getSVal(State->getRegion(SelfDecl, LocCtxt));
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1349     SymbolRef Sym = state->getSVal(state->getRegion(Param, LCtx)).getAsSymbol();
tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
  171     state->getRegion(VD, LC)->getExtent(svalBuilder);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  974   return getState()->getSVal(getState()->getRegion(SelfDecl, LCtx));
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  253       const MemRegion *R = state->getRegion(PD, InitLoc);
  279     const MemRegion *R = state->getRegion(SelfD, InitLoc);