Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp369 unsigned int PathL = Itr.getPathLength(); in check() local
370 const Expr *CallOrRef = (PathL == 1) in check()
372 : findCallExpr(Itr.getPath(PathL - 2), *Itr); in check()