Home | History | Annotate | Download | only in AST

Lines Matching defs:child

620     Decl *child = *i;
621 if (isa<NamedDecl>(child))
622 cast<NamedDecl>(child)->ClearLinkageCache();
634 // linkage of child declarations, too.