Home
last modified time | relevance | path

Searched refs:DisableAllCheckers (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h246 unsigned DisableAllCheckers : 1; variable
318 : DisableAllCheckers(false), ShowCheckerHelp(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp637 if (Opts.DisableAllCheckers) { in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7490 MarshallingInfoFlag<AnalyzerOpts<"DisableAllCheckers">>;