Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantSmartptrGetCheck.cpp47 const auto Smartptr = anyOf(knownSmartptr(), QuacksLikeASmartptr); in registerMatchersForGetArrowStart() local
52 hasObjectExpression(ignoringImpCasts(callToGet(Smartptr)))), in registerMatchersForGetArrowStart()
57 unaryOperator(hasOperatorName("*"), hasUnaryOperand(callToGet(Smartptr))), in registerMatchersForGetArrowStart()
62 recordDecl(Smartptr, has(cxxConversionDecl(returns(booleanType())))))); in registerMatchersForGetArrowStart()
134 const auto *Smartptr = Result.Nodes.getNodeAs<Expr>("smart_pointer"); in check() local
142 CharSourceRange::getTokenRange(Smartptr->getSourceRange()), in check()