Home
last modified time | relevance | path

Searched refs:EndCallName (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp68 static const char EndCallName[] = "endCall"; variable
183 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()