Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4094 SourceLocation FormatLoc = Args[format_idx]->getLocStart(); in CheckFormatArguments() local
4095 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments()
4101 Diag(FormatLoc, diag::warn_format_nonliteral_noargs) in CheckFormatArguments()
4109 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments()
4110 << FixItHint::CreateInsertion(FormatLoc, "\"%s\", "); in CheckFormatArguments()
4113 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments()
4114 << FixItHint::CreateInsertion(FormatLoc, "@\"%@\", "); in CheckFormatArguments()
4118 Diag(FormatLoc, diag::warn_format_nonliteral) in CheckFormatArguments()