Home
last modified time | relevance | path

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

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