Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReplaceAutoPtrCheck.cpp52 auto AutoPtrDecl = recordDecl(hasName("auto_ptr"), isInStdNamespace()); in registerMatchers() local
53 auto AutoPtrType = qualType(hasDeclaration(AutoPtrDecl)); in registerMatchers()
88 callee(cxxMethodDecl(ofClass(AutoPtrDecl))), in registerMatchers()