Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp267 auto implicitCastFromBool = implicitCastExpr( in registerMatchers() local
276 binaryOperator(hasOperatorName("^"), hasLHS(implicitCastFromBool), in registerMatchers()
277 hasRHS(implicitCastFromBool)); in registerMatchers()
301 hasLHS(implicitCastFromBool), in registerMatchers()
302 hasRHS(implicitCastFromBool)); in registerMatchers()
314 implicitCastFromBool, in registerMatchers()