Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.h40 void diagNarrowIntegerConstant(SourceLocation SourceLoc, const Expr &Lhs,
H A DNarrowingConversionsCheck.cpp332 void NarrowingConversionsCheck::diagNarrowIntegerConstant( in diagNarrowIntegerConstant() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
369 return diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, Constant.getInt()); in diagNarrowTypeOrConstant()
430 diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, IntegerConstant); in handleIntegralToFloating()