Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp82 if (const auto *FuncInst = in check() local
84 diag(FuncInst->getBeginLoc(), Message) << FuncClass->getName(); in check()