Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6216 bool IsStringLocation, Range StringRange, 6243 bool IsStringLocation, Range StringRange, 6542 bool IsStringLocation, in EmitFormatDiagnostic() argument 6546 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 6579 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 6586 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 6590 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|