Lines Matching refs:ParentDC
6081 DeclContext *ParentDC = D->getDeclContext(); in FindInstantiatedDecl() local
6085 ParentDC, TemplateArgs.getNumRetainedOuterLevels()); in FindInstantiatedDecl()
6107 (ParentDependsOnArgs && (ParentDC->isFunctionOrMethod() || in FindInstantiatedDecl()
6108 isa<OMPDeclareReductionDecl>(ParentDC) || in FindInstantiatedDecl()
6109 isa<OMPDeclareMapperDecl>(ParentDC))) || in FindInstantiatedDecl()
6284 ParentDC = FindInstantiatedContext(Loc, ParentDC, TemplateArgs); in FindInstantiatedDecl()
6285 if (!ParentDC) in FindInstantiatedDecl()
6288 if (ParentDC != D->getDeclContext()) { in FindInstantiatedDecl()
6296 if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) { in FindInstantiatedDecl()
6307 ParentDC = Tag->getDecl(); in FindInstantiatedDecl()
6321 DeclContext::lookup_result Found = ParentDC->lookup(Name); in FindInstantiatedDecl()
6334 ParentDC->decls_begin(), in FindInstantiatedDecl()
6335 ParentDC->decls_end()); in FindInstantiatedDecl()
6354 << Context.getTypeDeclType(cast<CXXRecordDecl>(ParentDC)); in FindInstantiatedDecl()