clang 20.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
Static Public Member Functions | |
static bool | isInCodeFile (SourceLocation SL, const SourceManager &SM) |
Public Attributes | |
AnalyzerOptions & | options |
Definition at line 31 of file AnalysisManager.h.
AnalysisManager::AnalysisManager | ( | ASTContext & | ctx, |
Preprocessor & | PP, | ||
const PathDiagnosticConsumers & | Consumers, | ||
StoreManagerCreator | storemgr, | ||
ConstraintManagerCreator | constraintmgr, | ||
CheckerManager * | checkerMgr, | ||
AnalyzerOptions & | Options, | ||
CodeInjector * | injector = nullptr |
||
) |
|
override |
Definition at line 51 of file AnalysisManager.cpp.
References FlushDiagnostics().
|
inline |
Definition at line 58 of file AnalysisManager.h.
References clang::AnalysisDeclContextManager::clear().
void AnalysisManager::FlushDiagnostics | ( | ) |
Definition at line 58 of file AnalysisManager.cpp.
Referenced by ~AnalysisManager().
Definition at line 113 of file AnalysisManager.h.
References D, clang::AnalysisDeclContext::getAnalysis(), clang::AnalysisDeclContextManager::getContext(), and clang::T.
|
inline |
Definition at line 121 of file AnalysisManager.h.
References D, and clang::AnalysisDeclContextManager::getContext().
Referenced by emitDiagnostics(), makeLocation(), and REGISTER_MAP_WITH_PROGRAMSTATE().
|
inline |
Definition at line 62 of file AnalysisManager.h.
Referenced by clang::ento::ExprEngine::getAnalysisDeclContextManager().
|
inlineoverridevirtual |
Implements clang::ento::BugReporterData.
Definition at line 72 of file AnalysisManager.h.
References options.
Referenced by clang::ento::ExprEngine::computeObjectUnderConstruction(), clang::ento::ExprEngine::processCallExit(), clang::ento::ExprEngine::updateObjectsUnderConstruction(), clang::ento::ExprEngine::VisitCXXDeleteExpr(), and clang::ento::ExprEngine::VisitCXXNewExpr().
|
inlineoverridevirtual |
Implements clang::ento::BugReporterData.
Definition at line 82 of file AnalysisManager.h.
Referenced by checkTempObjectsInNoPool(), checkTempObjectsInSamePool(), clang::ento::ExprEngine::getContext(), getSourceManager(), isInCodeFile(), makeLocation(), and clang::ento::ExprEngine::processCFGBlockEntrance().
Definition at line 108 of file AnalysisManager.h.
References D, clang::AnalysisDeclContext::getCFG(), and clang::AnalysisDeclContextManager::getContext().
|
inline |
Definition at line 80 of file AnalysisManager.h.
Referenced by clang::ento::ExprEngine::getCheckerManager().
|
inline |
Definition at line 76 of file AnalysisManager.h.
|
inline |
Definition at line 90 of file AnalysisManager.h.
Referenced by clang::ento::ExprEngine::VisitArraySubscriptExpr().
Definition at line 117 of file AnalysisManager.h.
References D, clang::AnalysisDeclContextManager::getContext(), and clang::AnalysisDeclContext::getParentMap().
|
inlineoverridevirtual |
Implements clang::ento::BugReporterData.
Definition at line 94 of file AnalysisManager.h.
|
inlineoverridevirtual |
Implements clang::ento::BugReporterData.
Definition at line 66 of file AnalysisManager.h.
|
inlineoverridevirtual |
Implements clang::ento::BugReporterData.
Definition at line 86 of file AnalysisManager.h.
References getASTContext(), and clang::ASTContext::getSourceManager().
|
inline |
Definition at line 68 of file AnalysisManager.h.
|
inline |
Definition at line 150 of file AnalysisManager.h.
References getASTContext(), clang::ASTContext::getSourceManager(), isInCodeFile(), and SM.
|
inlinestatic |
Definition at line 125 of file AnalysisManager.h.
References clang::SourceLocation::isValid(), and SM.
Referenced by clang::ento::ObjCMethodCall::canBeOverridenInSubclass(), getFirstStackedCallToHeaderFile(), and isInCodeFile().
|
inline |
Definition at line 104 of file AnalysisManager.h.
References clang::AnalyzerOptions::getIPAMode(), clang::IPAK_None, and options.
|
inline |
Definition at line 100 of file AnalysisManager.h.
References options, and clang::AnalyzerOptions::visualizeExplodedGraphWithGraphViz.
AnalyzerOptions& clang::ento::AnalysisManager::options |
Definition at line 47 of file AnalysisManager.h.
Referenced by clang::ento::ExprEngine::defaultEvalCall(), clang::ento::CoreEngine::ExecuteWorkList(), clang::ento::ExprEngine::ExprEngine(), getAnalyzerOptions(), clang::ento::ExprEngine::processCallExit(), clang::ento::ExprEngine::processCFGBlockEntrance(), clang::ento::ExprEngine::ProcessLoopExit(), clang::ento::ExprEngine::ProcessNewAllocator(), REGISTER_MAP_WITH_PROGRAMSTATE(), shouldInlineCall(), shouldRemoveDeadBindings(), shouldVisualize(), clang::ento::ExprEngine::Visit(), clang::ento::ExprEngine::VisitCast(), and clang::ento::ExprEngine::VisitCommonDeclRefExpr().