reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  165       return State == StateFromCmdLine::State_Enabled && ShouldRegister(LO);
  169       return State == StateFromCmdLine::State_Disabled && ShouldRegister(LO);
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
  213       checker.State = Opt.second ? StateFromCmdLine::State_Enabled