Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7660 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments() local
7661 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments()
7667 Diag(FormatLoc, diag::warn_format_nonliteral_noargs) in CheckFormatArguments()
7675 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments()
7676 << FixItHint::CreateInsertion(FormatLoc, "\"%s\", "); in CheckFormatArguments()
7679 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments()
7680 << FixItHint::CreateInsertion(FormatLoc, "@\"%@\", "); in CheckFormatArguments()
7684 Diag(FormatLoc, diag::warn_format_nonliteral) in CheckFormatArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5663 SMLoc FormatLoc, in parseSymbolicSplitFormat() argument
5669 if (!matchDfmtNfmt(Dfmt, Nfmt, FormatStr, FormatLoc)) in parseSymbolicSplitFormat()
5694 Error(FormatLoc, "unsupported format"); in parseSymbolicSplitFormat()