Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td134 CheckerOptions<[
157 CheckerOptions<[
210 CheckerOptions<[
516 CheckerOptions<[
542 CheckerOptions<[
569 CheckerOptions<[
672 CheckerOptions<[
711 CheckerOptions<[
754 CheckerOptions<[
798 CheckerOptions<[
[all …]
H A DCheckerBase.td111 list<CmdLineOption> CheckerOptions;
122 class CheckerOptions<list<CmdLineOption> opts> {
123 list<CmdLineOption> CheckerOptions = opts;
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp406 Data.CheckerOptions) { in resolveCheckerAndPackageOptions()
456 Data.CheckerOptions.emplace_back( in addCheckerOption()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h207 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> CheckerOptions; member