Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td140 CheckerOptions<[
355 CheckerOptions<[
481 CheckerOptions<[
585 CheckerOptions<[
597 CheckerOptions<[
636 CheckerOptions<[
679 CheckerOptions<[
722 CheckerOptions<[
794 CheckerOptions<[
827 CheckerOptions<[
[all …]
H A DCheckerBase.td112 list<CmdLineOption> CheckerOptions;
123 class CheckerOptions<list<CmdLineOption> opts> {
124 list<CmdLineOption> CheckerOptions = opts;
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp332 std::vector<Record *> CheckerOptions = Checker in EmitClangSACheckers() local
334 for (Record *CheckerOpt : CheckerOptions) { in EmitClangSACheckers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp407 Data.CheckerOptions) { in resolveCheckerAndPackageOptions()
457 Data.CheckerOptions.emplace_back( in addCheckerOption()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h207 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> CheckerOptions; member