Searched refs:GetCall (Results 1 – 1 of 1) sorted by relevance
130 const auto *GetCall = Result.Nodes.getNodeAs<Expr>("redundant_get"); in check() local131 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()