Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.h37 void diagNarrowTypeToSignedInt(SourceLocation SourceLoc, const Expr &Lhs,
DNarrowingConversionsCheck.cpp197 void NarrowingConversionsCheck::diagNarrowTypeToSignedInt( in diagNarrowTypeToSignedInt() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
268 diagNarrowTypeToSignedInt(SourceLoc, Lhs, Rhs); in handleIntegralCast()