Searched refs:FormatLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6754 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments() local 6756 SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments() 6762 Diag(FormatLoc, diag::warn_format_nonliteral_noargs) in CheckFormatArguments() 6771 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments() 6772 << FixItHint::CreateInsertion(FormatLoc, "\"%s\", "); in CheckFormatArguments() 6775 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments() 6776 << FixItHint::CreateInsertion(FormatLoc, "@\"%@\", "); in CheckFormatArguments() 6780 Diag(FormatLoc, diag::warn_format_nonliteral) in CheckFormatArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 7267 SMLoc FormatLoc, in parseSymbolicSplitFormat() argument 7273 if (!matchDfmtNfmt(Dfmt, Nfmt, FormatStr, FormatLoc)) in parseSymbolicSplitFormat() 7294 return Error(FormatLoc, "unsupported format"); in parseSymbolicSplitFormat()
|