Lines Matching refs:ParentDC
5987 DeclContext *ParentDC = D->getDeclContext(); in FindInstantiatedDecl() local
5991 ParentDC, TemplateArgs.getNumRetainedOuterLevels()); in FindInstantiatedDecl()
6013 (ParentDependsOnArgs && (ParentDC->isFunctionOrMethod() || in FindInstantiatedDecl()
6014 isa<OMPDeclareReductionDecl>(ParentDC) || in FindInstantiatedDecl()
6015 isa<OMPDeclareMapperDecl>(ParentDC))) || in FindInstantiatedDecl()
6172 ParentDC = FindInstantiatedContext(Loc, ParentDC, TemplateArgs); in FindInstantiatedDecl()
6173 if (!ParentDC) in FindInstantiatedDecl()
6176 if (ParentDC != D->getDeclContext()) { in FindInstantiatedDecl()
6184 if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) { in FindInstantiatedDecl()
6195 ParentDC = Tag->getDecl(); in FindInstantiatedDecl()
6209 DeclContext::lookup_result Found = ParentDC->lookup(Name); in FindInstantiatedDecl()
6222 ParentDC->decls_begin(), in FindInstantiatedDecl()
6223 ParentDC->decls_end()); in FindInstantiatedDecl()
6242 << Context.getTypeDeclType(cast<CXXRecordDecl>(ParentDC)); in FindInstantiatedDecl()