7 #ifndef LLVM_CLANG_STATICANALYZER_CMS_CMSEXCEPTION_H 8 #define LLVM_CLANG_STATICANALYZER_CMS_CMSEXCEPTION_H 10 #include <llvm/Support/Regex.h> 11 #include <llvm/Support/raw_ostream.h> 12 #include "clang/AST/Type.h" 13 #include "clang/Basic/SourceManager.h" 14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h" 15 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 23 clang::ento::PathDiagnosticLocation
const&
path,
24 clang::ento::BugReporter & BR )
const;
27 clang::ento::PathDiagnosticLocation
const& path,
28 clang::ento::BugReporter & BR )
const;
31 clang::ento::PathDiagnosticLocation
const& path,
32 clang::ento::BugReporter & BR )
const;
34 clang::ento::PathDiagnosticLocation
const& path,
35 clang::ento::BugReporter & BR )
const;
39 clang::ento::CheckerContext &
C)
const;
42 clang::ento::CheckerContext &C)
const;
45 bool reportGeneral( clang::ento::PathDiagnosticLocation
const& path,
46 clang::ento::BugReporter & BR )
const;
bool reportGlobalStaticForType(clang::QualType const &t, clang::ento::PathDiagnosticLocation const &path, clang::ento::BugReporter &BR) const
bool reportConstCast(const clang::ento::BugReport &R, clang::ento::CheckerContext &C) const
bool reportClass(clang::ento::PathDiagnosticLocation const &path, clang::ento::BugReporter &BR) const
bool reportConstCastAway(const clang::ento::BugReport &R, clang::ento::CheckerContext &C) const
bool reportGeneral(clang::ento::PathDiagnosticLocation const &path, clang::ento::BugReporter &BR) const
bool reportGlobalStatic(clang::QualType const &t, clang::ento::PathDiagnosticLocation const &path, clang::ento::BugReporter &BR) const
bool reportMutableMember(clang::QualType const &t, clang::ento::PathDiagnosticLocation const &path, clang::ento::BugReporter &BR) const