Searched refs:diagNarrowConstant (Results 1 – 2 of 2) sorted by relevance
222 void NarrowingConversionsCheck::diagNarrowConstant(SourceLocation SourceLoc, in diagNarrowConstant() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck243 return diagNarrowConstant(SourceLoc, Lhs, Rhs); in diagNarrowTypeOrConstant()315 return diagNarrowConstant(SourceLoc, Lhs, Rhs); in handleFloatingToIntegral()354 diagNarrowConstant(SourceLoc, Lhs, Rhs); in handleFloatingCast()
48 void diagNarrowConstant(SourceLocation SourceLoc, const Expr &Lhs,