clang
9.0.0
|
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
Public Member Functions | |
BugReporterContext (GRBugReporter &br, InterExplodedGraphMap &Backmap) | |
virtual | ~BugReporterContext ()=default |
GRBugReporter & | getBugReporter () |
ExplodedGraph & | getGraph () |
ProgramStateManager & | getStateManager () |
SValBuilder & | getSValBuilder () |
ASTContext & | getASTContext () |
SourceManager & | getSourceManager () |
AnalyzerOptions & | getAnalyzerOptions () |
NodeMapClosure & | getNodeResolver () |
Definition at line 566 of file BugReporter.h.
|
inline |
Definition at line 573 of file BugReporter.h.
Referenced by CompactMacroExpandedPieces(), and removePiecesWithInvalidLocations().
|
virtualdefault |
|
inline |
Definition at line 598 of file BugReporter.h.
References clang::ento::BugReporter::getAnalyzerOptions().
Referenced by CompactMacroExpandedPieces().
|
inline |
Definition at line 590 of file BugReporter.h.
References clang::ento::BugReporter::getContext().
|
inline |
Definition at line 578 of file BugReporter.h.
|
inline |
Definition at line 580 of file BugReporter.h.
References clang::ento::GRBugReporter::getGraph().
Referenced by CompactMacroExpandedPieces().
|
inline |
Definition at line 602 of file BugReporter.h.
|
inline |
Definition at line 594 of file BugReporter.h.
References clang::ento::BugReporter::getSourceManager().
Referenced by CompactMacroExpandedPieces(), clang::ento::mpi::MPIBugReporter::reportUnmatchedWait(), and clang::ento::taint::TaintBugVisitor::VisitNode().
|
inline |
Definition at line 582 of file BugReporter.h.
References clang::ento::GRBugReporter::getStateManager().
|
inline |
Definition at line 586 of file BugReporter.h.