Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 4197 bool IsStringLocation, Range StringRange, 4224 bool IsStringLocation, Range StringRange, 4521 bool IsStringLocation, in EmitFormatDiagnostic() argument 4525 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 4558 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 4565 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 4569 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|