Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6864 bool IsStringLocation, Range StringRange, 6891 bool IsStringLocation, Range StringRange, 7195 bool IsStringLocation, in EmitFormatDiagnostic() argument 7199 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 7232 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 7239 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 7243 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|