Searched refs:handleBooleanToSignedIntegral (Results 1 – 2 of 2) sorted by relevance
327 void NarrowingConversionsCheck::handleBooleanToSignedIntegral( in handleBooleanToSignedIntegral() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck374 return handleBooleanToSignedIntegral(Context, SourceLoc, Lhs, Rhs); in handleBinaryOperator()417 return handleBooleanToSignedIntegral(Context, SourceLoc, Lhs, Rhs); in handleImplicitCast()
77 void handleBooleanToSignedIntegral(const ASTContext &Context,