Searched refs:FormatLoc (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9183 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments() local 9184 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments() 9190 Diag(FormatLoc, diag::warn_format_nonliteral_noargs) in CheckFormatArguments() 9199 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments() 9200 << FixItHint::CreateInsertion(FormatLoc, "\"%s\", "); in CheckFormatArguments() 9203 Diag(FormatLoc, diag::note_format_security_fixit) in CheckFormatArguments() 9204 << FixItHint::CreateInsertion(FormatLoc, "@\"%@\", "); in CheckFormatArguments() 9208 Diag(FormatLoc, diag::warn_format_nonliteral) in CheckFormatArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 6204 SMLoc FormatLoc, in parseSymbolicSplitFormat() argument 6210 if (!matchDfmtNfmt(Dfmt, Nfmt, FormatStr, FormatLoc)) in parseSymbolicSplitFormat() 6235 Error(FormatLoc, "unsupported format"); in parseSymbolicSplitFormat()
|