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

References

tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
   94       if (auto D = dyn_cast<ParmVarDecl>(V->getDecl()))
  182     const VarDecl *VD = R->getDecl();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  613     const VarDecl *LambdaVD = getRegionStoringCapturedLambda()->getDecl();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  956     return getDecl()->getType();
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  133       return cast<ParmVarDecl>(VR->getDecl());
tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
   96     const VarDecl *VD = VR->getDecl();
  111     os << VR->getDecl()->getName() << '\'';
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1996         VD = VR->getDecl();
 2011         VD = VR->getDecl();
 2026         VD = VR->getDecl();
 2791       VR = MemMgr.getVarRegion(VR->getDecl(), LC);
tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
   98   const VarDecl *Decl = Region->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  173       VR = MemMgr.getVarRegion(VR->getDecl(), LC);
  514   const VarDecl *VD = VR->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  436   const auto *PVD = cast<ParmVarDecl>(VR->getDecl());
  608     return std::string(VR->getDecl()->getName());
tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
   98     range = VR->getDecl()->getSourceRange();
  353     Out << *VR->getDecl()
tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
   66     const VarDecl *VD = VR->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  297     os << " the local variable '" << VR->getDecl()->getName() << '\'';
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1225   if (DS->getSingleDecl() != VR->getDecl())
 1234     assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion");
 1238   assert(VR->getDecl()->hasLocalStorage());
 1289   const auto *Param = cast<ParmVarDecl>(VR->getDecl());
 1376       InitE = VR->getDecl()->getInit();
 1421         if (const auto *Param = dyn_cast<ParmVarDecl>(VR->getDecl())) {
 1430           assert(isa<ImplicitParamDecl>(VR->getDecl()));
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  231         assert(CI->getVariable() == capturedR->getDecl());
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  320   VarRegion::ProfileRegion(ID, getDecl(), superRegion);
  608   os << getDecl()->getName();
  709     return VR->getDecl()->getSourceRange();
  835         if (VR->getDecl() == VD)
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1115       const VarDecl *VD = VR->getDecl();
 1707     const VarDecl *VD = VR->getDecl();
 1796     const VarDecl *VD = VR->getDecl();
 1993   const VarDecl *VD = R->getDecl();
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  545     if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl()))