Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DReplaceAutoPtrCheck.cpp51 auto AutoPtrDecl = recordDecl(hasName("auto_ptr"), isInStdNamespace()); in registerMatchers() local
52 auto AutoPtrType = qualType(hasDeclaration(AutoPtrDecl)); in registerMatchers()
87 callee(cxxMethodDecl(ofClass(AutoPtrDecl))), in registerMatchers()