Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantSmartptrGetCheck.cpp130 const auto *GetCall = Result.Nodes.getNodeAs<Expr>("redundant_get"); in check() local
131 if (GetCall->getBeginLoc().isMacroID() && IgnoreMacros) in check()
146 diag(GetCall->getBeginLoc(), "redundant get() call on smart pointer") in check()
147 << FixItHint::CreateReplacement(GetCall->getSourceRange(), Replacement); in check()