Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp268 auto ImplicitCastFromBool = implicitCastExpr( in registerMatchers() local
277 binaryOperator(hasOperatorName("^"), hasLHS(ImplicitCastFromBool), in registerMatchers()
278 hasRHS(ImplicitCastFromBool)); in registerMatchers()
302 hasLHS(ImplicitCastFromBool), in registerMatchers()
303 hasRHS(ImplicitCastFromBool)); in registerMatchers()
315 ImplicitCastFromBool, in registerMatchers()