Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUniqueptrResetReleaseCheck.cpp72 const Type *LeftDeleterType = getDeleterForUniquePtr(Result, "left_class"); in areDeletersCompatible() local
75 if (LeftDeleterType->getUnqualifiedDesugaredType() == in areDeletersCompatible()
82 const CXXRecordDecl *LeftDeleter = LeftDeleterType->getAsCXXRecordDecl(); in areDeletersCompatible()