reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 5325   if (isa<ParmVarDecl>(D) && !ParentDC->isDependentContext() &&
 5330       ((ParentDC->isFunctionOrMethod() ||
 5331         isa<OMPDeclareReductionDecl>(ParentDC) ||
 5332         isa<OMPDeclareMapperDecl>(ParentDC)) &&
 5333        ParentDC->isDependentContext()) ||
 5484   if (!ParentDC->isDependentContext())
 5487   ParentDC = FindInstantiatedContext(Loc, ParentDC, TemplateArgs);
 5487   ParentDC = FindInstantiatedContext(Loc, ParentDC, TemplateArgs);
 5488   if (!ParentDC)
 5491   if (ParentDC != D->getDeclContext()) {
 5499     if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) {
 5510         ParentDC = Tag->getDecl();
 5524       DeclContext::lookup_result Found = ParentDC->lookup(Name);
 5546                                    ParentDC->decls_begin(),
 5547                                    ParentDC->decls_end());
 5565           << Context.getTypeDeclType(cast<CXXRecordDecl>(ParentDC));