Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DDeleteNullPointerCheck.cpp36 const auto PointerCondition = castExpr(hasCastKind(CK_PointerToBoolean), in registerMatchers() local
44 anyOf(PointerCondition, BinaryPointerCheckCondition)), in registerMatchers()