Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp411 unsigned int PathL = Itr.getPathLength(); in check() local
417 const Expr *CallOrRef = (PathL > 1) in check()
418 ? findCallExpr(Itr.getPath(PathL - 2), *Itr) in check()