Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parent

1670     // Retrieve the parent of a record type.
1686 if (TypeDecl *Parent = dyn_cast<TypeDecl>(Record->getParent()))
1687 T = Context.getTypeDeclType(Parent);
1696 if (TypeDecl *Parent = dyn_cast<TypeDecl>(Template->getDeclContext()))
1697 T = Context.getTypeDeclType(Parent);
1723 // Retrieve the parent of an enumeration type.
1729 // Get to the parent type.
1730 if (TypeDecl *Parent = dyn_cast<TypeDecl>(Enum->getParent()))
1731 T = Context.getTypeDeclType(Parent);
4006 #define TYPE(Class, Parent) \
4008 #define ABSTRACT_TYPE(Class, Parent) \
4010 #define NON_CANONICAL_TYPE(Class, Parent) \