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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  672     printBugPath(o, FM, AnOpts, PP, CTU, D->path);
  676     EmitString(o, D->getShortDescription()) << '\n';
  678     EmitString(o, D->getCategory()) << '\n';
  680     EmitString(o, D->getBugType()) << '\n';
  682     EmitString(o, D->getCheckerName()) << '\n';
  686     PathDiagnosticLocation UPDLoc = D->getUniqueingLoc();
  689                                             : D->getLocation().asLocation()),
  691     const Decl *DeclWithIssue = D->getDeclWithIssue();
  692     EmitString(o, GetIssueHash(SM, L, D->getCheckerName(), D->getBugType(),
  692     EmitString(o, GetIssueHash(SM, L, D->getCheckerName(), D->getBugType(),
  698     if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
  738                     D->getUniqueingDecl()->getBody()->getBeginLoc()),
  758     EmitLocation(o, SM, D->getLocation().asLocation(), FM, 2);
  763       PDFileEntry::ConsumerFiles *files = filesMade->getFiles(*D);
  782     printCoverage(D, /*IndentLevel=*/2, Fids, FM, o);