Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp244 FileLocEnd = SM.getFileLoc(EndLoc); in VisitStmt() local
251 if (isReplaceableRange(FileLocStart, FileLocEnd, SM) && in VisitStmt()
253 replaceWithNullptr(Check, SM, FileLocStart, FileLocEnd); in VisitStmt()