Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp230 FunctionDecl *CycleEntryFn = CyclicCallStack.front().Callee->getDefinition(); in handleSCC() local
233 diag(CycleEntryFn->getLocation(), in handleSCC()
236 << CycleEntryFn; in handleSCC()