Home
last modified time | relevance | path

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

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