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.td138 CheckerOptions<[
161 CheckerOptions<[
214 CheckerOptions<[
520 CheckerOptions<[
546 CheckerOptions<[
574 CheckerOptions<[
587 CheckerOptions<[
670 CheckerOptions<[
686 CheckerOptions<[
714 CheckerOptions<[
[all …]
H A DCheckerBase.td111 list<CmdLineOption> CheckerOptions;
122 class CheckerOptions<list<CmdLineOption> opts> {
123 list<CmdLineOption> CheckerOptions = opts;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp331 std::vector<Record *> CheckerOptions = Checker in EmitClangSACheckers() local
333 for (Record *CheckerOpt : CheckerOptions) { in EmitClangSACheckers()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h207 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> CheckerOptions; member