Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parent

466     const DeclContext *Parent = TargetParents.pop_back_val();
468 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Parent)) {
474 else if (const TagDecl *TD = dyn_cast<TagDecl>(Parent))