Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td141 CheckerOptions<[
194 CheckerOptions<[
367 CheckerOptions<[
507 CheckerOptions<[
556 CheckerOptions<[
633 CheckerOptions<[
649 CheckerOptions<[
688 CheckerOptions<[
731 CheckerOptions<[
774 CheckerOptions<[
[all …]
H A DCheckerBase.td111 list<CmdLineOption> CheckerOptions;
122 class CheckerOptions<list<CmdLineOption> opts> {
123 list<CmdLineOption> CheckerOptions = opts;
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp331 std::vector<Record *> CheckerOptions = Checker in EmitClangSACheckers() local
333 for (Record *CheckerOpt : CheckerOptions) { in EmitClangSACheckers()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp406 Data.CheckerOptions) { in resolveCheckerAndPackageOptions()
456 Data.CheckerOptions.emplace_back( in addCheckerOption()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h207 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> CheckerOptions; member