Searched refs:FormatLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10914 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments() local 10915 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments() 10921 Diag(FormatLoc, diag::warn_format_nonliteral_noargs) in CheckFormatArguments() 10929 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments() 10930 << FixItHint::CreateInsertion(FormatLoc, "\"%s\", "); in CheckFormatArguments() 10933 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments() 10934 << FixItHint::CreateInsertion(FormatLoc, "@\"%@\", "); in CheckFormatArguments() 10938 Diag(FormatLoc, diag::warn_format_nonliteral) in CheckFormatArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 6604 SMLoc FormatLoc, in parseSymbolicSplitFormat() argument 6610 if (!matchDfmtNfmt(Dfmt, Nfmt, FormatStr, FormatLoc)) in parseSymbolicSplitFormat() 6631 return Error(FormatLoc, "unsupported format"); in parseSymbolicSplitFormat()
|