Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.h51 void diagConstantCast(SourceLocation SourceLoc, const Expr &Lhs,
DNarrowingConversionsCheck.cpp229 void NarrowingConversionsCheck::diagConstantCast(SourceLocation SourceLoc, in diagConstantCast() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
318 return diagConstantCast(SourceLoc, Lhs, Rhs); in handleFloatingToIntegral()