Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9288 bool IsStringLocation, Range StringRange, 9315 bool IsStringLocation, Range StringRange, 9614 bool IsStringLocation, in EmitFormatDiagnostic() argument 9618 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 9651 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 9658 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 9662 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|