Lines Matching defs:SourceLoc
318 void NarrowingConversionsCheck::diagNarrowType(SourceLocation SourceLoc, in diagNarrowType()
326 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs) { in diagNarrowTypeToSignedInt()
333 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstant()
342 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstantToSignedInt()
350 void NarrowingConversionsCheck::diagNarrowConstant(SourceLocation SourceLoc, in diagNarrowConstant()
357 void NarrowingConversionsCheck::diagConstantCast(SourceLocation SourceLoc, in diagConstantCast()
365 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in diagNarrowTypeOrConstant()
376 SourceLocation SourceLoc, in handleIntegralCast()
413 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleIntegralToBoolean()
423 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleIntegralToFloating()
443 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleFloatingToIntegral()
464 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleFloatingToBoolean()
470 const ASTContext &Context, SourceLocation SourceLoc, const Expr &Lhs, in handleBooleanToSignedIntegral()
480 SourceLocation SourceLoc, in handleFloatingCast()
506 SourceLocation SourceLoc, in handleBinaryOperator()
556 SourceLocation SourceLoc = Lhs.getExprLoc(); in handleImplicitCast() local