clang API Documentation

Public Member Functions
clang::ento::CheckerOptInfo Class Reference

#include <CheckerOptInfo.h>

List of all members.

Public Member Functions

 CheckerOptInfo (StringRef name, bool enable)
StringRef getName () const
bool isEnabled () const
bool isDisabled () const
bool isClaimed () const
bool isUnclaimed () const
void claim ()

Detailed Description

Represents a request to include or exclude a checker or package from a specific analysis run.

See also:
CheckerRegistry::initializeManager

Definition at line 22 of file CheckerOptInfo.h.


Constructor & Destructor Documentation

clang::ento::CheckerOptInfo::CheckerOptInfo ( StringRef  name,
bool  enable 
) [inline]

Definition at line 28 of file CheckerOptInfo.h.


Member Function Documentation

void clang::ento::CheckerOptInfo::claim ( ) [inline]

Definition at line 37 of file CheckerOptInfo.h.

StringRef clang::ento::CheckerOptInfo::getName ( ) const [inline]

Definition at line 31 of file CheckerOptInfo.h.

bool clang::ento::CheckerOptInfo::isClaimed ( ) const [inline]

Definition at line 35 of file CheckerOptInfo.h.

Referenced by isUnclaimed().

bool clang::ento::CheckerOptInfo::isDisabled ( ) const [inline]

Definition at line 33 of file CheckerOptInfo.h.

References isEnabled().

bool clang::ento::CheckerOptInfo::isEnabled ( ) const [inline]

Definition at line 32 of file CheckerOptInfo.h.

Referenced by isDisabled().

bool clang::ento::CheckerOptInfo::isUnclaimed ( ) const [inline]

Definition at line 36 of file CheckerOptInfo.h.

References isClaimed().


The documentation for this class was generated from the following file: