Home
last modified time | relevance | path

Searched refs:IsStringLocation (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6796 bool IsStringLocation, Range StringRange,
6823 bool IsStringLocation, Range StringRange,
7122 bool IsStringLocation, in EmitFormatDiagnostic() argument
7126 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic()
7159 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument
7166 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic()
7170 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()