Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReplaceAutoPtrCheck.cpp25 static const char AutoPtrOwnershipTransferId[] = "AutoPtrOwnershipTransferId"; variable
84 expr(isLValue(), hasType(AutoPtrType)).bind(AutoPtrOwnershipTransferId); in registerMatchers()
107 Result.Nodes.getNodeAs<Expr>(AutoPtrOwnershipTransferId)) { in check()