Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReplaceAutoPtrCheck.cpp53 auto AutoPtrType = qualType(hasDeclaration(AutoPtrDecl)); in registerMatchers() local
63 Finder->addMatcher(typeLoc(loc(qualType(AutoPtrType, in registerMatchers()
84 expr(isLValue(), hasType(AutoPtrType)).bind(AutoPtrOwnershipTransferId); in registerMatchers()
93 cxxConstructExpr(hasType(AutoPtrType), argumentCountIs(1), in registerMatchers()