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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  581   const LocationContext *getLocationContext() const { return LCtx; }
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  512   if (LCtx == nullptr)
  515   if (LCtx != ELCtx) {
  518     if (LCtx->isParentOf(ELCtx))
  527   return LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, ExprVal);
  536   if (!LCtx)
  538   const StackFrameContext *CurrentContext = LCtx->getStackFrame();
  545     if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl()))