Searched refs:EndCallName (Results 1 – 1 of 1) sorted by relevance
66 static const char EndCallName[] = "endCall"; variable173 ignoringParenImpCasts(expr(EndCallMatcher).bind(EndCallName)), in makeIteratorLoopMatcher()175 expr(EndCallMatcher).bind(EndCallName))))); in makeIteratorLoopMatcher()274 expr(anyOf(ignoringParenImpCasts(expr(SizeCallMatcher).bind(EndCallName)), in makePseudoArrayLoopMatcher()276 expr(SizeCallMatcher).bind(EndCallName)))))); in makePseudoArrayLoopMatcher()835 const auto *EndCall = Nodes.getNodeAs<CXXMemberCallExpr>(EndCallName); in isConvertible()876 const auto *EndCall = Nodes.getNodeAs<CXXMemberCallExpr>(EndCallName); in check()