Searched refs:StringRange (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp2353 bool IsStringLocation, Range StringRange,
2380 bool IsStringLocation, Range StringRange,
2628 Range StringRange,
2631 Loc, IsStringLocation, StringRange, FixIt);
2657 /// \param StringRange some or all of the string to highlight. This is
2667 Range StringRange,
2671 D << StringRange; local
2681 S.Diag(IsStringLocation ? Loc : StringRange.getBegin(),
2684 Note << StringRange; local
2625 EmitFormatDiagnostic(PartialDiagnostic PDiag, SourceLocation Loc, bool IsStringLocation, Range StringRange, ArrayRef<FixItHint> FixIt) argument
2662 EmitFormatDiagnostic(Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, PartialDiagnostic PDiag, SourceLocation Loc, bool IsStringLocation, Range StringRange, ArrayRef<FixItHint> FixIt) argument

Completed in 114 milliseconds