Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9015 bool IsStringLocation, Range StringRange, 9042 bool IsStringLocation, Range StringRange, 9341 bool IsStringLocation, in EmitFormatDiagnostic() argument 9345 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 9378 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 9385 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 9389 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|