Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 7763 bool IsStringLocation, Range StringRange, 7790 bool IsStringLocation, Range StringRange, 8089 bool IsStringLocation, in EmitFormatDiagnostic() argument 8093 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic() 8126 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument 8133 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 8137 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()
|