Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DOwningMemoryCheck.h46 bool handleExpectedOwner(const ast_matchers::BoundNodes &Nodes);
H A DOwningMemoryCheck.cpp175 CheckExecuted |= handleExpectedOwner(Nodes); in check()
227 bool OwningMemoryCheck::handleExpectedOwner(const BoundNodes &Nodes) { in handleExpectedOwner() function in clang::tidy::cppcoreguidelines::OwningMemoryCheck