| 
    Cppcheck
    
   | 
 
#include <suppressions.h>
Public Member Functions | |
| void | setFileName (std::string s) | 
| const std::string & | getFileName () const | 
Static Public Member Functions | |
| static SuppressionList::ErrorMessage | fromErrorMessage (const ::ErrorMessage &msg, const std::set< std::string > ¯oNames) | 
Public Attributes | |
| std::size_t | hash | 
| std::string | errorId | 
| int | lineNumber | 
| Certainty | certainty | 
| std::string | symbolNames | 
| std::set< std::string > | macroNames | 
Private Attributes | |
| std::string | mFileName | 
Definition at line 49 of file suppressions.h.
      
  | 
  static | 
Definition at line 41 of file suppressions.cpp.
References certainty, errorId, hash, lineNumber, macroNames, SuppressionList::Suppression::NO_LINE, setFileName(), and symbolNames.
Referenced by SuppressionList::isSuppressed(), and CppCheck::reportErr().
      
  | 
  inline | 
Definition at line 53 of file suppressions.h.
Referenced by SuppressionList::Suppression::isSuppressed().
| void SuppressionList::ErrorMessage::setFileName | ( | std::string | s | ) | 
Definition at line 292 of file suppressions.cpp.
References Path::simplifyPath().
Referenced by fromErrorMessage(), and CheckThread::parseClangErrors().
| Certainty SuppressionList::ErrorMessage::certainty | 
Definition at line 57 of file suppressions.h.
Referenced by fromErrorMessage().
| std::string SuppressionList::ErrorMessage::errorId | 
Definition at line 51 of file suppressions.h.
Referenced by fromErrorMessage(), SuppressionList::Suppression::isSuppressed(), SuppressionList::isSuppressed(), SuppressionList::isSuppressedExplicitly(), and CheckThread::parseClangErrors().
| std::size_t SuppressionList::ErrorMessage::hash | 
Definition at line 50 of file suppressions.h.
Referenced by fromErrorMessage(), and SuppressionList::Suppression::isSuppressed().
| int SuppressionList::ErrorMessage::lineNumber | 
Definition at line 56 of file suppressions.h.
Referenced by fromErrorMessage(), SuppressionList::Suppression::isSuppressed(), and CheckThread::parseClangErrors().
| std::set<std::string> SuppressionList::ErrorMessage::macroNames | 
Definition at line 59 of file suppressions.h.
Referenced by fromErrorMessage(), and SuppressionList::Suppression::isSuppressed().
      
  | 
  private | 
Definition at line 63 of file suppressions.h.
| std::string SuppressionList::ErrorMessage::symbolNames | 
Definition at line 58 of file suppressions.h.
Referenced by fromErrorMessage(), SuppressionList::Suppression::isSuppressed(), and CheckThread::parseClangErrors().