Searched refs:FormatLoc (Results 1 – 1 of 1) sorted by relevance
6693 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments() local6694 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments()6700 Diag(FormatLoc, diag::warn_format_nonliteral_noargs) in CheckFormatArguments()6708 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments()6709 << FixItHint::CreateInsertion(FormatLoc, "\"%s\", "); in CheckFormatArguments()6712 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments()6713 << FixItHint::CreateInsertion(FormatLoc, "@\"%@\", "); in CheckFormatArguments()6717 Diag(FormatLoc, diag::warn_format_nonliteral) in CheckFormatArguments()