Lines Matching refs:ParentDC
6083 DeclContext *ParentDC = D->getDeclContext(); in FindInstantiatedDecl() local
6087 ParentDC, TemplateArgs.getNumRetainedOuterLevels()); in FindInstantiatedDecl()
6109 (ParentDependsOnArgs && (ParentDC->isFunctionOrMethod() || in FindInstantiatedDecl()
6110 isa<OMPDeclareReductionDecl>(ParentDC) || in FindInstantiatedDecl()
6111 isa<OMPDeclareMapperDecl>(ParentDC))) || in FindInstantiatedDecl()
6286 ParentDC = FindInstantiatedContext(Loc, ParentDC, TemplateArgs); in FindInstantiatedDecl()
6287 if (!ParentDC) in FindInstantiatedDecl()
6290 if (ParentDC != D->getDeclContext()) { in FindInstantiatedDecl()
6298 if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) { in FindInstantiatedDecl()
6309 ParentDC = Tag->getDecl(); in FindInstantiatedDecl()
6323 DeclContext::lookup_result Found = ParentDC->lookup(Name); in FindInstantiatedDecl()
6336 ParentDC->decls_begin(), in FindInstantiatedDecl()
6337 ParentDC->decls_end()); in FindInstantiatedDecl()
6356 << Context.getTypeDeclType(cast<CXXRecordDecl>(ParentDC)); in FindInstantiatedDecl()