Searched refs:ParentM (Results 1 – 1 of 1) sorted by relevance
596 StatementMatcher ParentM = stmt(hasDescendant(WriteIntoIvarM)); in potentiallyWritesIntoIvar() local597 auto Matches = match(ParentM, *Parent->getBody(), Parent->getASTContext()); in potentiallyWritesIntoIvar()