Searched refs:GetCall (Results 1 – 2 of 2) sorted by relevance
147 const auto *GetCall = Result.Nodes.getNodeAs<Expr>("redundant_get"); in check() local148 if (GetCall->getBeginLoc().isMacroID() && IgnoreMacros) in check()158 auto SR = GetCall->getSourceRange(); in check()161 if (isa<CXXDependentScopeMemberExpr>(GetCall)) in check()171 diag(GetCall->getBeginLoc(), "redundant get() call on smart pointer") in check()
763 auto GetCall = [&]() -> CallInst * { in processStore() local776 std::min(SI->getAlign(), LI->getAlign()), GetCall); in processStore()