clang
8.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 557 of file BugReporter.h.
|
inline |
Definition at line 564 of file BugReporter.h.
Referenced by CompactMacroExpandedPieces(), and removePiecesWithInvalidLocations().
|
virtualdefault |
|
inline |
Definition at line 589 of file BugReporter.h.
References clang::ento::BugReporter::getAnalyzerOptions().
Referenced by CompactMacroExpandedPieces().
|
inline |
Definition at line 581 of file BugReporter.h.
References clang::ento::BugReporter::getContext().
|
inline |
Definition at line 569 of file BugReporter.h.
|
inline |
Definition at line 571 of file BugReporter.h.
References clang::ento::GRBugReporter::getGraph().
Referenced by CompactMacroExpandedPieces().
|
inline |
Definition at line 593 of file BugReporter.h.
|
inline |
Definition at line 585 of file BugReporter.h.
References clang::ento::BugReporter::getSourceManager().
Referenced by CompactMacroExpandedPieces(), and clang::ento::mpi::MPIBugReporter::reportUnmatchedWait().
|
inline |
Definition at line 573 of file BugReporter.h.
References clang::ento::GRBugReporter::getStateManager().
|
inline |
Definition at line 577 of file BugReporter.h.