Searched refs:EndCall (Results 1 – 3 of 3) sorted by relevance
39 const auto EndCall = cxxMemberCallExpr(on(SupportedContainers), in registerMatchers() local97 binaryOperator(hasLHS(FindCall), hasOperatorName("!="), hasRHS(EndCall)) in registerMatchers()100 binaryOperator(hasLHS(FindCall), hasOperatorName("=="), hasRHS(EndCall)) in registerMatchers()
21 const auto EndCall = in registerMatchers() local35 hasArgument(0, EndCall)) in registerMatchers()
835 const auto *EndCall = Nodes.getNodeAs<CXXMemberCallExpr>(EndCallName); in isConvertible() local836 if (!EndCall || !isa<MemberExpr>(EndCall->getCallee())) in isConvertible()876 const auto *EndCall = Nodes.getNodeAs<CXXMemberCallExpr>(EndCallName); in check() local886 Context, LoopVar->getInit(), EndVar ? EndVar->getInit() : EndCall, in check()890 ContainerExpr = EndCall->getImplicitObjectArgument(); in check()892 dyn_cast<MemberExpr>(EndCall->getCallee())->isArrow(); in check()