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

References

tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  626       &Ctx.Idents.get("localizedStringForKey"), &Ctx.Idents.get("value"),
  626       &Ctx.Idents.get("localizedStringForKey"), &Ctx.Idents.get("value"),
  627       &Ctx.Idents.get("table")};
  628   LSM_INSERT_SELECTOR("NSBundle", LocalizedStringMacro, 3)
  629   LSM_INSERT_UNARY("NSDateFormatter", "stringFromDate")
  631       &Ctx.Idents.get("localizedStringFromDate"), &Ctx.Idents.get("dateStyle"),
  631       &Ctx.Idents.get("localizedStringFromDate"), &Ctx.Idents.get("dateStyle"),
  632       &Ctx.Idents.get("timeStyle")};
  633   LSM_INSERT_SELECTOR("NSDateFormatter", LocalizedStringFromDate, 3)
  634   LSM_INSERT_UNARY("NSNumberFormatter", "stringFromNumber")
  635   LSM_INSERT_NULLARY("UITextField", "text")
  636   LSM_INSERT_NULLARY("UITextView", "text")
  637   LSM_INSERT_NULLARY("UILabel", "text")
  639   LSF_INSERT("CFDateFormatterCreateStringWithDate");
  640   LSF_INSERT("CFDateFormatterCreateStringWithAbsoluteTime");
  641   LSF_INSERT("CFNumberFormatterCreateStringWithNumber");