Home
last modified time | relevance | path

Searched refs:CheckerOptions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td135 CheckerOptions<[
158 CheckerOptions<[
515 CheckerOptions<[
541 CheckerOptions<[
569 CheckerOptions<[
582 CheckerOptions<[
665 CheckerOptions<[
681 CheckerOptions<[
705 CheckerOptions<[
749 CheckerOptions<[CmdLineOption<Boolean, "ShowFixIts",
[all …]
H A DCheckerBase.td111 list<CmdLineOption> CheckerOptions;
122 class CheckerOptions<list<CmdLineOption> opts> {
123 list<CmdLineOption> CheckerOptions = opts;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp404 Data.CheckerOptions) { in resolveCheckerAndPackageOptions()
454 Data.CheckerOptions.emplace_back( in addCheckerOption()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h207 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> CheckerOptions; member