clang
6.0.0
|
#include "clang/Basic/FileManager.h"
#include "clang/Basic/PlistSupport.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/Version.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
#include "clang/StaticAnalyzer/Core/IssueHash.h"
#include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Casting.h"
Go to the source code of this file.
Functions | |
static void | ReportControlFlow (raw_ostream &o, const PathDiagnosticControlFlowPiece &P, const FIDMap &FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent) |
static void | ReportEvent (raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap &FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool isKeyEvent=false) |
static void | ReportPiece (raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap &FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent=false) |
static void | ReportCall (raw_ostream &o, const PathDiagnosticCallPiece &P, const FIDMap &FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) |
static void | ReportMacro (raw_ostream &o, const PathDiagnosticMacroPiece &P, const FIDMap &FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) |
static void | ReportDiag (raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap &FM, const SourceManager &SM, const LangOptions &LangOpts) |
|
static |
Definition at line 204 of file PlistDiagnostics.cpp.
References clang::ento::PathDiagnosticCallPiece::getCallEnterEvent(), clang::ento::PathDiagnosticCallPiece::getCallEnterWithinCallerEvent(), clang::ento::PathDiagnosticPiece::isLastInMainSourceFile(), and ReportPiece().
Referenced by ReportPiece().
|
static |
Definition at line 82 of file PlistDiagnostics.cpp.
Referenced by ReportPiece().
|
static |
Definition at line 244 of file PlistDiagnostics.cpp.
References ReportPiece().
|
static |
Definition at line 136 of file PlistDiagnostics.cpp.
Referenced by ReportPiece().
|
static |
Definition at line 231 of file PlistDiagnostics.cpp.
Referenced by ReportPiece().
|
static |
Definition at line 250 of file PlistDiagnostics.cpp.
References clang::markup::AddFID(), clang::ento::PathDiagnosticPiece::Call, clang::ento::PathDiagnosticPiece::ControlFlow, clang::markup::EmitPlistHeader(), clang::markup::EmitString(), clang::ento::PathDiagnosticPiece::Event, clang::getClangFullVersion(), clang::SourceManager::getFileEntryForID(), clang::ento::PathDiagnosticPiece::getKind(), clang::FileEntry::getName(), clang::ento::PathDiagnosticPiece::Macro, clang::ento::PathDiagnosticPiece::Note, ReportCall(), ReportControlFlow(), ReportEvent(), ReportMacro(), and SM.
Referenced by ReportCall(), and ReportDiag().