Home | History | Annotate | Download | only in ASTMatchers

Lines Matching full:descendant

620 ///   Matches a matcher on all descendant nodes of the given node. Returns true
621 /// if at least one descendant matched.
1196 /// \brief Matches nodes of type T that have at least one descendant node of
1265 /// \brief Matches nodes of type T that have at least one descendant node of
1270 /// for each descendant node that matches instead of only for the first.