Home
last modified time | relevance | path

Searched refs:ParentDC (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3044 DeclContext *ParentDC = D->getDeclContext(); in FindInstantiatedDecl() local
3047 (ParentDC->isFunctionOrMethod() && ParentDC->isDependentContext())) { in FindInstantiatedDecl()
3152 if (!ParentDC->isDependentContext()) in FindInstantiatedDecl()
3155 ParentDC = FindInstantiatedContext(Loc, ParentDC, TemplateArgs); in FindInstantiatedDecl()
3156 if (!ParentDC) in FindInstantiatedDecl()
3159 if (ParentDC != D->getDeclContext()) { in FindInstantiatedDecl()
3167 if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) { in FindInstantiatedDecl()
3178 ParentDC = Tag->getDecl(); in FindInstantiatedDecl()
3184 DeclContext::lookup_result Found = ParentDC->lookup(D->getDeclName()); in FindInstantiatedDecl()
3196 ParentDC->decls_begin(), in FindInstantiatedDecl()
[all …]