Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseNullptrCheck.cpp39 StatementMatcher ImplicitCastToNull = implicitCastExpr( in makeCastSequenceMatcher() local
46 castExpr(anyOf(ImplicitCastToNull, in makeCastSequenceMatcher()
47 explicitCastExpr(hasDescendant(ImplicitCastToNull))), in makeCastSequenceMatcher()