Home
last modified time | relevance | path

Searched refs:FormatLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6693 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments() local
6694 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()