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

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  359   auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext());
  361   auto &&SubstExpr = [FD, ThisContext, &S, &TemplateArgs](Expr *E) {
  364         Sema::ContextRAII SavedContext(S, FD);
  366         if (FD->getNumParams() > PVD->getFunctionScopeIndex())
  368               PVD, FD->getParamDecl(PVD->getFunctionScopeIndex()));
  372                                      FD->isCXXInstanceMember());