Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DOwningMemoryCheck.h45 bool handleLegacyConsumers(const ast_matchers::BoundNodes &Nodes);
DOwningMemoryCheck.cpp189 CheckExecuted |= handleLegacyConsumers(Nodes); in check()
225 bool OwningMemoryCheck::handleLegacyConsumers(const BoundNodes &Nodes) { in handleLegacyConsumers() function in clang::tidy::cppcoreguidelines::OwningMemoryCheck