Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp190 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()
DNarrowingConversionsCheck.h34 void diagNarrowType(SourceLocation SourceLoc, const Expr &Lhs,