Searched refs:EndCallName (Results 1 – 1 of 1) sorted by relevance
68 static const char EndCallName[] = "endCall"; variable183 ignoringParenImpCasts(expr(EndCallMatcher).bind(EndCallName)), in makeIteratorLoopMatcher()185 expr(EndCallMatcher).bind(EndCallName))))); in makeIteratorLoopMatcher()300 expr(anyOf(ignoringParenImpCasts(expr(SizeCallMatcher).bind(EndCallName)), in makePseudoArrayLoopMatcher()302 expr(SizeCallMatcher).bind(EndCallName)))))); in makePseudoArrayLoopMatcher()874 const auto *EndCall = Nodes.getNodeAs<CXXMemberCallExpr>(EndCallName); in isConvertible()915 const auto *EndCall = Nodes.getNodeAs<CXXMemberCallExpr>(EndCallName); in check()