clang API Documentation
#include <CheckerRegistry.h>
Public Member Functions | |
CheckerInfo (InitializationFunction fn, StringRef name, StringRef desc) | |
Public Attributes | |
InitializationFunction | Initialize |
StringRef | FullName |
StringRef | Desc |
Definition at line 82 of file CheckerRegistry.h.
clang::ento::CheckerRegistry::CheckerInfo::CheckerInfo | ( | InitializationFunction | fn, |
StringRef | name, | ||
StringRef | desc | ||
) | [inline] |
Definition at line 87 of file CheckerRegistry.h.
Definition at line 85 of file CheckerRegistry.h.
Definition at line 84 of file CheckerRegistry.h.
Referenced by checkerNameLT(), and isInPackage().
Definition at line 83 of file CheckerRegistry.h.