Searched refs:CmdLineOption (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 52 CmdLineOption<Boolean, 136 CmdLineOption<Boolean, 159 CmdLineOption<Boolean, 165 CmdLineOption<Boolean, 171 CmdLineOption<Boolean, 177 CmdLineOption<Boolean, 182 CmdLineOption<Boolean, 188 CmdLineOption<Boolean, 194 CmdLineOption<Boolean, 199 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;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 339 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate() 389 const CmdLineOption &Option, in insertOptionToCollection() 403 for (const std::pair<StringRef, CmdLineOption> &CheckerOptEntry : in resolveCheckerAndPackageOptions() 409 for (const std::pair<StringRef, CmdLineOption> &PackageOptEntry : in resolveCheckerAndPackageOptions() 428 PackageFullName, CmdLineOption{OptionType, OptionName, DefaultValStr, in addPackageOption() 455 CheckerFullName, CmdLineOption{OptionType, OptionName, DefaultValStr, in addCheckerOption() 476 auto SameOptName = [SuppliedOption](const CmdLineOption &Opt) { in isOptionContainedIn()
|