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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  161     return getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  564   if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   68   const ParentMap &PM = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  261                 LCtx->getParentMap().getParent(Ctor->getOriginExpr())))
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1340   const ParentMap &PM = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
   42     const ParentMap &Parents = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   75       PM = &LC->getParentMap();
tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
  161   const ParentMap &PM = C.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  162     return getCurrLocationContext()->getParentMap();
  643   while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) {
 1411   const ParentMap &PM = LC->getParentMap();
 1758   const ParentMap &PM = LC->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1040     const ParentMap &PM = getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  138   const ParentMap &PM = progPoint.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  458     if (dyn_cast_or_null<InitListExpr>(LCtx->getParentMap().getParent(CE))) {