Home | History | Annotate | Download | only in AST

Lines Matching refs:Child

95                                       T *&Child) {
107 return ::testing::AssertionFailure() << "Child is NULL";
109 Child = dyn_cast<T>(CommentChild);
110 if (!Child)
112 << "Child is not of requested type, but a "