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