Home
last modified time | relevance | path

Searched refs:CmdLineOption (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td52 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 DCheckerBase.td48 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 DCheckerRegistryData.h44 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;