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.h215 unsigned DisableAllCheckers : 1; variable
289 : DisableAllCheckers(false), ShowCheckerHelp(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp607 if (Opts.DisableAllCheckers) { in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6972 MarshallingInfoFlag<AnalyzerOpts<"DisableAllCheckers">>;