Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseNullptrCheck.cpp52 bool isReplaceableRange(SourceLocation StartLoc, SourceLocation EndLoc, in isReplaceableRange() function
235 if (isReplaceableRange(FileLocStart, FileLocEnd, SM) && in VisitStmt()
254 if (!isReplaceableRange(StartLoc, EndLoc, SM)) { in VisitStmt()