Searched refs:IsStringLocation (Results 1 – 2 of 2) 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7560 bool IsStringLocation, Range StringRange, 7587 bool IsStringLocation, Range StringRange, 7886 bool IsStringLocation, in EmitFormatDiagnostic() argument 7890 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 7923 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 7930 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 7934 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|