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

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1820     DC = Owner;
 1821     SemaRef.adjustContextForLocalExternDecl(DC);
 1825     DC = SemaRef.computeDeclContext(SS);
 1826     if (!DC) return nullptr;
 1828     DC = SemaRef.FindInstantiatedContext(D->getLocation(), D->getDeclContext(),
 1838         SemaRef.Context, DC, D->getInnerLocStart(),
 1846         SemaRef.Context, DC, D->getInnerLocStart(), NameInfo, T, TInfo,
 1890     FunctionTemplate = FunctionTemplateDecl::Create(SemaRef.Context, DC,
 1961     SemaRef.LookupQualifiedName(Previous, DC);
 1980     SemaRef.LookupQualifiedName(Previous, DC);
 2003     DC->makeDeclVisibleInContext(PrincipalDecl);
 2058     DC->makeDeclVisibleInContext(PrincipalDecl);
 2060   if (Function->isOverloadedOperator() && !DC->isRecord() &&