Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parent

1871     // DC to the lexical parent to be able to search into the parent
1996 /// In Microsoft mode, if we are inside a template class whose parent class has
4828 DeclContext *Parent = Context.getTranslationUnitDecl();
4829 FunctionDecl *OverloadDecl = FunctionDecl::Create(Context, Parent,
11300 RecordDecl *Parent = MemberDecl->getParent();
11302 Parent = cast<RecordDecl>(IndirectMemberDecl->getDeclContext());
11307 if (IsDerivedFrom(OC.LocStart, CurrentType, Context.getTypeDeclType(Parent),
13008 // declaration, but its parent DC is the lambda class.
13058 // We need to check for the parent *first* because, if we *have*