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

References

tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  107         : OptionType(OptionType), OptionName(OptionName),
  111       assert((OptionType == "bool" || OptionType == "string" ||
  111       assert((OptionType == "bool" || OptionType == "string" ||
  112               OptionType == "int") &&
  115       assert((OptionType != "bool" ||
  121       assert((OptionType != "int" || !DefaultValStr.getAsInteger(0, Tmp)) &&