Searched refs:handleAssignmentFromNewOwner (Results 1 – 2 of 2) sorted by relevance
48 bool handleAssignmentFromNewOwner(const ast_matchers::BoundNodes &Nodes);
192 CheckExecuted |= handleAssignmentFromNewOwner(Nodes); in check()298 bool OwningMemoryCheck::handleAssignmentFromNewOwner(const BoundNodes &Nodes) { in handleAssignmentFromNewOwner() function in clang::tidy::cppcoreguidelines::OwningMemoryCheck