Lines Matching refs:Copy
254 DynTypedMatcher Copy = InnerMatcher; in constructRestrictedWrapper() local
255 Copy.RestrictKind = RestrictKind; in constructRestrictedWrapper()
256 return Copy; in constructRestrictedWrapper()
260 auto Copy = *this; in withTraversalKind() local
261 Copy.Implementation = in withTraversalKind()
262 new DynTraversalMatcherImpl(TK, std::move(Copy.Implementation)); in withTraversalKind()
263 return Copy; in withTraversalKind()
280 auto Copy = *this; in dynCastTo() local
281 Copy.SupportedKind = Kind; in dynCastTo()
282 Copy.RestrictKind = ASTNodeKind::getMostDerivedType(Kind, RestrictKind); in dynCastTo()
283 return Copy; in dynCastTo()