Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DDeleteNullPointerCheck.cpp55 const auto *IfWithDelete = Result.Nodes.getNodeAs<IfStmt>("ifWithDelete"); in check() local
59 IfWithDelete->getBeginLoc(), in check()
61 if (IfWithDelete->getElse()) in check()
66 IfWithDelete->getBeginLoc(), in check()
67 utils::lexer::getPreviousToken(IfWithDelete->getThen()->getBeginLoc(), in check()