Lines Matching refs:Parent
76 DeclContext *Parent, std::size_t Extra) {
77 assert(!Parent || &Parent->getParentASTContext() == &Ctx);
783 // 1. this is the translation unit (and thus has no parent)
885 /// \brief Find the parent context of this context that will be
888 /// Generally, the parent lookup context is the semantic context. However, for
889 /// a friend function the parent lookup context is the lexical context, which
1624 // parent context, too. This operation is recursive.
1739 DeclContext *Parent,
1741 assert(Parent->isDependentContext()
1743 Parent = Parent->getPrimaryContext();
1744 if (!Parent->LookupPtr)
1745 Parent->CreateStoredDeclsMap(C);
1748 static_cast<DependentStoredDeclsMap *>(Parent->LookupPtr);