|
clang 22.0.0git
|
Specifies a command line option. More...
#include "clang/StaticAnalyzer/Core/CheckerRegistryData.h"
Public Member Functions | |
| CmdLineOption (StringRef OptionType, StringRef OptionName, StringRef DefaultValStr, StringRef Description, StringRef DevelopmentStatus, bool IsHidden) | |
| LLVM_DUMP_METHOD void | dump () const |
| LLVM_DUMP_METHOD void | dumpToStream (llvm::raw_ostream &Out) const |
Public Attributes | |
| StringRef | OptionType |
| StringRef | OptionName |
| StringRef | DefaultValStr |
| StringRef | Description |
| StringRef | DevelopmentStatus |
| bool | IsHidden |
Specifies a command line option.
It may either belong to a checker or a package.
Definition at line 44 of file CheckerRegistryData.h.
|
inline |
Definition at line 52 of file CheckerRegistryData.h.
References DefaultValStr, Description, DevelopmentStatus, IsHidden, OptionName, and OptionType.
| LLVM_DUMP_METHOD void CmdLineOption::dump | ( | ) | const |
Definition at line 21 of file CheckerRegistryData.cpp.
References dumpToStream().
| LLVM_DUMP_METHOD void CmdLineOption::dumpToStream | ( | llvm::raw_ostream & | Out | ) | const |
Definition at line 26 of file CheckerRegistryData.cpp.
References DefaultValStr, DevelopmentStatus, IsHidden, OptionName, and OptionType.
Referenced by dump().
| StringRef clang::ento::CmdLineOption::DefaultValStr |
Definition at line 47 of file CheckerRegistryData.h.
Referenced by CmdLineOption(), dumpToStream(), insertAndValidate(), and clang::ento::CheckerRegistryData::printCheckerOptionList().
| StringRef clang::ento::CmdLineOption::Description |
Definition at line 48 of file CheckerRegistryData.h.
Referenced by CmdLineOption(), and clang::ento::CheckerRegistryData::printCheckerOptionList().
| StringRef clang::ento::CmdLineOption::DevelopmentStatus |
Definition at line 49 of file CheckerRegistryData.h.
Referenced by CmdLineOption(), dumpToStream(), and clang::ento::CheckerRegistryData::printCheckerOptionList().
| bool clang::ento::CmdLineOption::IsHidden |
Definition at line 50 of file CheckerRegistryData.h.
Referenced by CmdLineOption(), dumpToStream(), and clang::ento::CheckerRegistryData::printCheckerOptionList().
| StringRef clang::ento::CmdLineOption::OptionName |
Definition at line 46 of file CheckerRegistryData.h.
Referenced by CmdLineOption(), dumpToStream(), insertAndValidate(), and clang::ento::CheckerRegistryData::printCheckerOptionList().
| StringRef clang::ento::CmdLineOption::OptionType |
Definition at line 45 of file CheckerRegistryData.h.
Referenced by CmdLineOption(), dumpToStream(), insertAndValidate(), and clang::ento::CheckerRegistryData::printCheckerOptionList().