Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp39 StatementMatcher ImplicitCastToNull = implicitCastExpr( in makeCastSequenceMatcher() local
50 anyOf(castExpr(anyOf(ImplicitCastToNull, in makeCastSequenceMatcher()
51 explicitCastExpr(hasDescendant(ImplicitCastToNull))), in makeCastSequenceMatcher()
62 ImplicitCastToNull, in makeCastSequenceMatcher()