Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 7408 bool IsStringLocation, Range StringRange, 7435 bool IsStringLocation, Range StringRange, 7734 bool IsStringLocation, in EmitFormatDiagnostic() argument 7738 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 7771 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 7778 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 7782 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|