Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp441 const auto *ContainingFunc = in check() local
453 else if (ContainingFunc) in check()
454 FunctionBody = ContainingFunc->getBody(); in check()