Searched refs:diagNarrowType (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | NarrowingConversionsCheck.cpp | 190 void NarrowingConversionsCheck::diagNarrowType(SourceLocation SourceLoc, in diagNarrowType() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck 244 return diagNarrowType(SourceLoc, Lhs, Rhs); in diagNarrowTypeOrConstant() 293 diagNarrowType(SourceLoc, Lhs, Rhs); in handleIntegralToFloating() 303 return diagNarrowType(SourceLoc, Lhs, Rhs); in handleFloatingToIntegral() 359 diagNarrowType(SourceLoc, Lhs, Rhs); in handleFloatingCast()
|
D | NarrowingConversionsCheck.h | 34 void diagNarrowType(SourceLocation SourceLoc, const Expr &Lhs,
|