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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  162     return getCurrLocationContext()->getParentMap();
  578                                   C.getCurrLocationContext());
  580   return PathDiagnosticLocation::createDeclEnd(C.getCurrLocationContext(),
  598     const Decl *D = C.getCurrLocationContext()->getDecl();
  748     End = PathDiagnosticLocation(S, SM, C.getCurrLocationContext());
  801       getEnclosingStmtLocation(S, C.getCurrLocationContext());
  824       End = PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  830           PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  841           PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  845       End = PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  857   const LocationContext *LC = C.getCurrLocationContext();
  906       End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  931         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  940         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  957         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  965         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  978       End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
 1166       C.updateLocCtxMap(&C.getActivePath(), C.getCurrLocationContext());
 1186   assert(C.getCurrLocationContext() == C.getLocationContextForActivePath() &&
 1226           PathDiagnosticLocation(PS->getStmt(), SM, C.getCurrLocationContext());
 1239       PathDiagnosticLocation L(Loop, SM, C.getCurrLocationContext());
 1296                                    C.getCurrLocationContext());
 1304         PathDiagnosticLocation L(Term, SM, C.getCurrLocationContext());