Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11018 bool IsStringLocation, Range StringRange,
11045 bool IsStringLocation, Range StringRange,
11344 bool IsStringLocation, in EmitFormatDiagnostic() argument
11348 Loc, IsStringLocation, StringRange, FixIt); in EmitFormatDiagnostic()
11381 const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, in EmitFormatDiagnostic() argument
11388 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic()
11392 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(), in EmitFormatDiagnostic()