Searched refs:CmdLineOption (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 52 CmdLineOption<Boolean, 139 CmdLineOption<Boolean, 162 CmdLineOption<Boolean, 168 CmdLineOption<Boolean, 174 CmdLineOption<Boolean, 180 CmdLineOption<Boolean, 185 CmdLineOption<Boolean, 191 CmdLineOption<Boolean, 197 CmdLineOption<Boolean, 202 CmdLineOption<Boolean, [all …]
|
H A D | CheckerBase.td | 48 class CmdLineOption<CmdLineOptionTypeEnum type, string cmdFlag, string desc, 60 class PackageOptions<list<CmdLineOption> opts> { 61 list<CmdLineOption> PackageOptions = opts; 72 list<CmdLineOption> PackageOptions; 111 list<CmdLineOption> CheckerOptions; 122 class CheckerOptions<list<CmdLineOption> opts> { 123 list<CmdLineOption> CheckerOptions = opts;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.h | 44 struct CmdLineOption { struct 52 CmdLineOption(StringRef OptionType, StringRef OptionName, in CmdLineOption() argument 83 using CmdLineOptionList = llvm::SmallVector<CmdLineOption, 0>; 206 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> PackageOptions; 207 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> CheckerOptions;
|