Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp26 AST_MATCHER(Type, sugaredNullptrType) { in AST_MATCHER() argument
42 unless(hasSourceExpression(hasType(sugaredNullptrType())))); in makeCastSequenceMatcher()