Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parent

467     const DeclContext *Parent = TargetParents.pop_back_val();
469 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Parent)) {
475 else if (const TagDecl *TD = dyn_cast<TagDecl>(Parent))