Searched refs:handleExpectedOwner (Results 1 – 2 of 2) sorted by relevance
46 bool handleExpectedOwner(const ast_matchers::BoundNodes &Nodes);
175 CheckExecuted |= handleExpectedOwner(Nodes); in check()227 bool OwningMemoryCheck::handleExpectedOwner(const BoundNodes &Nodes) { in handleExpectedOwner() function in clang::tidy::cppcoreguidelines::OwningMemoryCheck