Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8035 bool IsStringLocation, Range StringRange, 8062 bool IsStringLocation, Range StringRange, 8361 bool IsStringLocation, in EmitFormatDiagnostic() argument 8365 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 8398 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 8405 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 8409 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|