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

References

tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
  317   std::string FullOption = (FullName + ":" + Option.OptionName).str();
  319   auto It = AnOpts.Config.insert({FullOption, Option.DefaultValStr});
  333   if (Option.OptionType == "bool") {
  340       It.first->setValue(Option.DefaultValStr);
  345   if (Option.OptionType == "int") {
  354       It.first->setValue(Option.DefaultValStr);