Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantSmartptrGetCheck.cpp20 internal::Matcher<Expr> callToGet(const internal::Matcher<Decl> &OnClass) { in callToGet() function
52 hasObjectExpression(ignoringImpCasts(callToGet(Smartptr)))), in registerMatchersForGetArrowStart()
57 unaryOperator(hasOperatorName("*"), hasUnaryOperand(callToGet(Smartptr))), in registerMatchersForGetArrowStart()
61 const auto CallToGetAsBool = ignoringParenImpCasts(callToGet( in registerMatchersForGetArrowStart()
88 callToGet(knownSmartptr()))), in registerMatchersForGetEquals()