Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DOwningMemoryCheck.h46 bool handleExpectedOwner(const ast_matchers::BoundNodes &Nodes);
DOwningMemoryCheck.cpp190 CheckExecuted |= handleExpectedOwner(Nodes); in check()
241 bool OwningMemoryCheck::handleExpectedOwner(const BoundNodes &Nodes) { in handleExpectedOwner() function in clang::tidy::cppcoreguidelines::OwningMemoryCheck